Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Aug 4, 2015
1 parent 158c4c3 commit dfbb248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ before_script:
- sudo apt-get update -q
- sudo apt-get install libboost1.57-all libboost1.57-all-dev
- mkdir release_build && cd release_build
- cmake -GNinja -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}" ..
- cmake -GNinja -DCMAKE_BUILD_TYPE=RELEASE "-DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS}" ..
- cd $TRAVIS_BUILD_DIR

script: ninja -j 2 -k 0 -C release_build && release_build/cath-superpose --version && release_build/build-test --build_info=yes --log_level=message --report_level=short --show_progress=yes

0 comments on commit dfbb248

Please sign in to comment.