forked from mpusz/mp-units
ci: calling conanvcvars.bat fixed
This commit is contained in:
4
.github/workflows/ci-test-package-cmake.yml
vendored
4
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -154,7 +154,7 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: build/${{ matrix.build_type }}
|
working-directory: build/${{ matrix.build_type }}
|
||||||
run: |
|
run: |
|
||||||
conanvcvars.bat
|
call conanvcvars.bat
|
||||||
cmake ../../src -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
|
cmake ../../src -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
|
||||||
- name: Configure mp-units CMake
|
- name: Configure mp-units CMake
|
||||||
if: matrix.config.compiler.type != 'VISUAL'
|
if: matrix.config.compiler.type != 'VISUAL'
|
||||||
@@ -177,7 +177,7 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: test_package/build/${{ matrix.build_type }}
|
working-directory: test_package/build/${{ matrix.build_type }}
|
||||||
run: |
|
run: |
|
||||||
conanvcvars.bat
|
call conanvcvars.bat
|
||||||
cmake ../.. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_INSTALL_PREFIX=../../../build/${{ matrix.build_type }}/test_package
|
cmake ../.. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_INSTALL_PREFIX=../../../build/${{ matrix.build_type }}/test_package
|
||||||
- name: Configure test_package CMake
|
- name: Configure test_package CMake
|
||||||
if: matrix.config.compiler.type != 'VISUAL'
|
if: matrix.config.compiler.type != 'VISUAL'
|
||||||
|
Reference in New Issue
Block a user