Skip to content

Commit

Permalink
Merge pull request cpputest#1250 from offa/ci_coverage_fix
Browse files Browse the repository at this point in the history
CI coverage build option fixed
  • Loading branch information
basvodde authored Nov 1, 2019
2 parents df6934a + 3ab8903 commit 7a1f281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis_ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fi
if [ "x$BUILD" = "xcmake_coverage" ]; then
pip install --user cpp-coveralls

cmake .. -DCMAKE_BUILD_TYPE=C++11=ON -DCOVERAGE=ON -DLONGLONG=ON
cmake .. -DCMAKE_BUILD_TYPE=Debug -DC++11=ON -DCOVERAGE=ON -DLONGLONG=ON
make
ctest

Expand Down

0 comments on commit 7a1f281

Please sign in to comment.