Skip to content

Commit d603dcc

Browse files
committed
ci: output CMake version in CI script
1 parent 13424cf commit d603dcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/scripts/ci.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ fi
1717

1818
[ -n "${CI_CLEAN-}" ] && rm -rf "${CI_DIR}"
1919

20+
cmake --version
21+
2022
cmake -B "$CI_DIR" "${CMAKE_ARGS[@]+"${CMAKE_ARGS[@]}"}"
2123
cmake --build "$CI_DIR" -t "${BUILD_TARGETS[@]}" -- "${BUILD_ARGS[@]+"${BUILD_ARGS[@]}"}"
2224
ctest --test-dir "$CI_DIR" --output-on-failure

0 commit comments

Comments
 (0)