ci: Check CMake version

This commit is contained in:
Mateusz Pusz
2022-08-01 18:31:03 +02:00
parent 9c10b1cdbe
commit 9b1c9f16f1

View File

@@ -200,6 +200,7 @@ jobs:
shell: cmd
working-directory: build/${{ matrix.build_type }}
run: |
cmake --version
call conanvcvars.bat
cmake ../../src -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
- name: Configure mp-units CMake
@@ -207,6 +208,7 @@ jobs:
shell: bash
working-directory: build/${{ matrix.build_type }}
run: |
cmake --version
cmake ../../src -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
- name: Install mp-units
shell: bash