mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 10:27:16 +02:00
ci: cmd
shell set for MSVC
This commit is contained in:
2
.github/workflows/ci-test-package-cmake.yml
vendored
2
.github/workflows/ci-test-package-cmake.yml
vendored
@ -151,6 +151,7 @@ jobs:
|
|||||||
conan install ../.. -b outdated -u
|
conan install ../.. -b outdated -u
|
||||||
- name: Configure mp-units CMake
|
- name: Configure mp-units CMake
|
||||||
if: matrix.config.compiler.type == 'VISUAL'
|
if: matrix.config.compiler.type == 'VISUAL'
|
||||||
|
shell: cmd
|
||||||
working-directory: build/${{ matrix.build_type }}
|
working-directory: build/${{ matrix.build_type }}
|
||||||
run: |
|
run: |
|
||||||
conanvcvars.bat
|
conanvcvars.bat
|
||||||
@ -173,6 +174,7 @@ jobs:
|
|||||||
conan install ../../..
|
conan install ../../..
|
||||||
- name: Configure test_package CMake
|
- name: Configure test_package CMake
|
||||||
if: matrix.config.compiler.type == 'VISUAL'
|
if: matrix.config.compiler.type == 'VISUAL'
|
||||||
|
shell: cmd
|
||||||
working-directory: test_package/build/${{ matrix.build_type }}
|
working-directory: test_package/build/${{ matrix.build_type }}
|
||||||
run: |
|
run: |
|
||||||
conanvcvars.bat
|
conanvcvars.bat
|
||||||
|
Reference in New Issue
Block a user