Skip to content

Commit

Permalink
Update compile flags remove Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Petric committed Apr 17, 2020
1 parent ac5e929 commit 8a9516e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-ci.d/compile_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source $ILCSOFT/init_ilcsoft.sh
cd /Package
mkdir build
cd build
cmake -GNinja -C $ILCSOFT/ILCSoft.cmake -DCMAKE_CXX_FLAGS="-fdiagnostics-color=always -Werror" .. && \
cmake -GNinja -C $ILCSOFT/ILCSoft.cmake -DCMAKE_CXX_FLAGS="-fdiagnostics-color=always" .. && \
ninja -k 0 && \
ninja install && \
ctest --output-on-failure

0 comments on commit 8a9516e

Please sign in to comment.