Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcopik authored Jan 9, 2018
1 parent dedbce3 commit 0be7275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ install:

script:
- mkdir build && cd build
- cmake -DWITH_ARMADILLO=On -DWITH_BLAZE=On -DWITH_EIGEN=On -DWITH_EXAMPLES=On -DWITH_TESTS=On -DWITH_BLAS=On -DWITH_LAPACK=On -DCMAKE_PREFIX_PATH="$EIGEN_ROOT;$ARMADILLO_ROOT" ../linalg_tests
- cmake -DWITH_ARMADILLO=On -DWITH_BLAZE=On -DWITH_EIGEN=On -DWITH_EXAMPLES=On -DWITH_TESTS=On -DWITH_BLAS=On -DWITH_LAPACK=On -DCMAKE_PREFIX_PATH="$EIGEN_ROOT;$ARMADILLO_ROOT" ../MatrixGeneratorCpp

- VERBOSE=1 cmake --build .
- ctest -VV

Expand Down

0 comments on commit 0be7275

Please sign in to comment.