diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2016-11-28 19:38:43 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2016-11-28 19:38:43 +0100 |
commit | 72aaa4f9176416303eff7cbd9ec56dcb13adc54f (patch) | |
tree | 57ece7f50d1dfa0ca6cfa5fad96e07d37da1b145 /.travis.yml | |
parent | 341e020c885202a543feb2f5d0fa75ac566ea0e9 (diff) | |
download | astra-72aaa4f9176416303eff7cbd9ec56dcb13adc54f.tar.gz astra-72aaa4f9176416303eff7cbd9ec56dcb13adc54f.tar.bz2 astra-72aaa4f9176416303eff7cbd9ec56dcb13adc54f.tar.xz astra-72aaa4f9176416303eff7cbd9ec56dcb13adc54f.zip |
Enable 'make test' on travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d6f7976..390b478 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,7 @@ install: - if [ x$CLANG == xyes ]; then export CXX=clang++; export CC=clang; fi - if [ $CUDA == yes ]; then ./configure --prefix=$HOME/astra --with-python --with-cuda --with-install-type=module; else ./configure --prefix=$HOME/astra --with-python --without-cuda --with-install-type=module; fi - make -j 4 + - make test - make install script: |