CI: Print CMake version before build

This commit is contained in:
Peter Keresztes Schmidt
2021-04-19 23:16:36 +02:00
parent 03b8a98bae
commit 5f791bce3e
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ task:
- git submodule update --init --recursive
- mkdir build
- cd build
- cmake --version
- cmake ../ -DBUILD_MAN=0 -DBUILD_TEST_SUITE=1
build_script: