Skip to content

Commit

Permalink
host cmake is new like osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Russel Waters committed Jul 21, 2021
1 parent e26f2ed commit 25cf267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ${SANITIZERS:-} \

if [[ "$OS" == 'Linux' ]]; then
if [[ ${LCOV:-0} == 1 ]]; then
cmake --build ${PWD} --target generate_coverage -k -- -j2
cmake --build ${PWD} --target generate_coverage -- -j2
else
cmake --build ${PWD} --target build_tests -k -- -j2
fi
Expand Down

0 comments on commit 25cf267

Please sign in to comment.