Print cmake version.

This commit is contained in:
Pentarctagon 2021-06-24 11:00:04 -05:00
parent 470603f6bc
commit 6a68836d25
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -328,6 +328,7 @@ jobs:
- name: Use cmake
run: |
cmake --version
cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_GAME=true -DENABLE_SERVER=true -DENABLE_CAMPAIGN_SERVER=true -DENABLE_TESTS=true -DENABLE_MYSQL=false -DENABLE_NLS=false -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE=D:/a/wesnoth/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_GENERATOR_PLATFORM=x64 -G "Visual Studio 16 2019" .
# delete buildtrees directory to free up space after cmake invokes vcpkg to build the dependencies