forked from mpusz/mp-units
build: CMAKE_TOOLCHAIN_FILE fixed for test_package workflow
This commit is contained in:
4
.github/workflows/ci-test-package-cmake.yml
vendored
4
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -81,7 +81,7 @@ jobs:
|
|||||||
- name: Configure mp-units CMake
|
- name: Configure mp-units CMake
|
||||||
run: |
|
run: |
|
||||||
cd build/${{ matrix.build_type }}
|
cd build/${{ matrix.build_type }}
|
||||||
cmake ../../src -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_TOOLCHAIN_FILE=conan_paths.cmake
|
cmake ../../src -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
|
||||||
- name: Install mp-units
|
- name: Install mp-units
|
||||||
run: |
|
run: |
|
||||||
cd build/${{ matrix.build_type }}
|
cd build/${{ matrix.build_type }}
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
- name: Configure test_package CMake
|
- name: Configure test_package CMake
|
||||||
run: |
|
run: |
|
||||||
mkdir -p test_package/build/${{ matrix.build_type }} && cd test_package/build/${{ matrix.build_type }}
|
mkdir -p test_package/build/${{ matrix.build_type }} && cd test_package/build/${{ matrix.build_type }}
|
||||||
cmake ../.. -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_INSTALL_PREFIX=../../../build/${{ matrix.build_type }}/test_package -DCMAKE_TOOLCHAIN_FILE=../../../build/${{ matrix.build_type }}/conan_paths.cmake
|
cmake ../.. -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_INSTALL_PREFIX=../../../build/${{ matrix.build_type }}/test_package -DCMAKE_TOOLCHAIN_FILE=../../../build/${{ matrix.build_type }}/conan_toolchain.cmake
|
||||||
- name: Build test_package
|
- name: Build test_package
|
||||||
run: |
|
run: |
|
||||||
cd test_package/build/${{ matrix.build_type }}
|
cd test_package/build/${{ matrix.build_type }}
|
||||||
|
Reference in New Issue
Block a user