From 25cf26783c018be106065a00723ca654d95b689d Mon Sep 17 00:00:00 2001 From: Russel Waters Date: Thu, 17 Jun 2021 23:28:17 -0700 Subject: [PATCH] host cmake is new like osx --- ci/build-travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build-travis.sh b/ci/build-travis.sh index db595ffe62..7b2f225678 100755 --- a/ci/build-travis.sh +++ b/ci/build-travis.sh @@ -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