forked from mpusz/mp-units
ci: working-directory
fixed
This commit is contained in:
4
.github/workflows/ci-test-package-cmake.yml
vendored
4
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -246,7 +246,7 @@ jobs:
|
|||||||
- name: Build test_package CMake (installation)
|
- name: Build test_package CMake (installation)
|
||||||
if: matrix.config.compiler.type == 'VISUAL'
|
if: matrix.config.compiler.type == 'VISUAL'
|
||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: test_package/build/${{ matrix.build_type }}
|
working-directory: test_package
|
||||||
run: |
|
run: |
|
||||||
..\build\generators\conanbuild.bat
|
..\build\generators\conanbuild.bat
|
||||||
cmake --preset default -DCMAKE_INSTALL_PREFIX=../out -Bbuild/install
|
cmake --preset default -DCMAKE_INSTALL_PREFIX=../out -Bbuild/install
|
||||||
@@ -254,7 +254,7 @@ jobs:
|
|||||||
- name: Build test_package CMake (installation)
|
- name: Build test_package CMake (installation)
|
||||||
if: matrix.config.compiler.type != 'VISUAL'
|
if: matrix.config.compiler.type != 'VISUAL'
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: test_package/build/${{ matrix.build_type }}
|
working-directory: test_package
|
||||||
run: |
|
run: |
|
||||||
cmake --preset default -DCMAKE_INSTALL_PREFIX=../out -Bbuild/install
|
cmake --preset default -DCMAKE_INSTALL_PREFIX=../out -Bbuild/install
|
||||||
cmake --build build/install --config ${{ matrix.build_type }}
|
cmake --build build/install --config ${{ matrix.build_type }}
|
||||||
|
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -80,11 +80,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
conan install . -s compiler.cppstd=20 -s compiler.libcxx=libstdc++11 -c tools.cmake.cmaketoolchain:generator="Ninja Multi-Config" -e mp-units:CONAN_RUN_TESTS=True -b outdated -u
|
conan install . -s compiler.cppstd=20 -s compiler.libcxx=libstdc++11 -c tools.cmake.cmaketoolchain:generator="Ninja Multi-Config" -e mp-units:CONAN_RUN_TESTS=True -b outdated -u
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
working-directory: build
|
|
||||||
run: |
|
run: |
|
||||||
cmake --preset default
|
cmake --preset default
|
||||||
- name: Generate documentation
|
- name: Generate documentation
|
||||||
working-directory: build
|
|
||||||
run: |
|
run: |
|
||||||
cmake --build --preset Release --target documentation
|
cmake --build --preset Release --target documentation
|
||||||
- name: Deploy documentation
|
- name: Deploy documentation
|
||||||
|
Reference in New Issue
Block a user