We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13424cf commit d603dccCopy full SHA for d603dcc
ci/scripts/ci.sh
@@ -17,6 +17,8 @@ fi
17
18
[ -n "${CI_CLEAN-}" ] && rm -rf "${CI_DIR}"
19
20
+cmake --version
21
+
22
cmake -B "$CI_DIR" "${CMAKE_ARGS[@]+"${CMAKE_ARGS[@]}"}"
23
cmake --build "$CI_DIR" -t "${BUILD_TARGETS[@]}" -- "${BUILD_ARGS[@]+"${BUILD_ARGS[@]}"}"
24
ctest --test-dir "$CI_DIR" --output-on-failure
0 commit comments