mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 03:14:29 +02:00
build: running test_package fixed for local build
This commit is contained in:
6
.github/workflows/ci-test-package-cmake.yml
vendored
6
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -203,7 +203,13 @@ jobs:
|
||||
run: |
|
||||
cmake --preset conan-default -Dmp-units_DIR=../build -Bbuild/local
|
||||
cmake --build build/local --config ${{ matrix.build_type }}
|
||||
- name: Run test_package-headers (local build)
|
||||
shell: bash
|
||||
working-directory: test_package/build/local/${{ matrix.build_type }}
|
||||
run: |
|
||||
./test_package-headers
|
||||
- name: Run test_package (local build)
|
||||
if: matrix.config.cxx_modules == 'True'
|
||||
shell: bash
|
||||
working-directory: test_package/build/local/${{ matrix.build_type }}
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user