Skip to content

Commit b713a0b

Browse files
committed
Merge #207: ci: output CMake version in CI script
d603dcc ci: output CMake version in CI script (fanquake) Pull request description: Mentioned here: #163 (comment). ACKs for top commit: hebasto: ACK d603dcc. ryanofsky: Code review ACK d603dcc Tree-SHA512: 50023ce6f3f301e9138e77e3f0f0a61546b08d873e8b56a91fca17ae743524bf26ba5bcc523f80cb7408317b112ba2a4a8bd048936fbfbdb6825c2954366cd98
2 parents 13424cf + d603dcc commit b713a0b

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)