Skip to content

Commit

Permalink
Add install statement to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Petric committed Mar 23, 2017
1 parent 2062494 commit 51025af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis-ci.d/compile_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ mkdir build
cd build
cmake -GNinja -C $ILCSOFT/ILCSoft.cmake -DCMAKE_CXX_FLAGS="-fdiagnostics-color=always" .. && \
ninja && \
ninja install && \
ctest --output-on-failure

0 comments on commit 51025af

Please sign in to comment.