Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
removed build option from travis cmak build
Browse files Browse the repository at this point in the history
  • Loading branch information
Turupawn committed Nov 1, 2018
1 parent b2d8c08 commit 3d718d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -17,6 +17,7 @@ addons:
script:
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then CXX=/usr/bin/g++-5 CC=/usr/bin/gcc-5 cmake . ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cmake . ; fi
- cmake --build . -Dtest=on -- -j2
- cmake -Dtest=on .
- make -j2
- make test
- ls

0 comments on commit 3d718d0

Please sign in to comment.