From 453eb476ca32a3b21f42be102c0704704ab55f90 Mon Sep 17 00:00:00 2001 From: Bertrand Kerautret Date: Wed, 11 Oct 2023 16:38:09 +0200 Subject: [PATCH] expe conan_paths.cmake --- .github/workflows/buildAndDocumentation.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildAndDocumentation.yml b/.github/workflows/buildAndDocumentation.yml index 074cfa2b..c77a6714 100644 --- a/.github/workflows/buildAndDocumentation.yml +++ b/.github/workflows/buildAndDocumentation.yml @@ -102,10 +102,12 @@ jobs: cd DGtal mkdir buildDGtal cd buildDGtal + cmake_paths echo cmake .. -DCMAKE_BUILD_TYPE=Release $CONFIG_WINDOWS -DBUILD_EXAMPLES=false -DBUILD_TESTING=false cmake .. -DCMAKE_BUILD_TYPE=Release $CONFIG_WINDOWS -DBUILD_EXAMPLES=false -DBUILD_TESTING=false cmake --build . --config Release --parallel 3 - + cat conan_paths.cmake + - name: Configure CMake (linux) if: matrix.os == 'ubuntu-latest' shell: bash @@ -122,7 +124,7 @@ jobs: if: matrix.os == 'windows-latest' shell: bash working-directory: ${{runner.workspace}}/build - run: cmake $GITHUB_WORKSPACE -DDGtal_DIR="${{runner.workspace}}/build/DGtal/buildDGtal/" -DCMAKE_BUILD_TYPE=Release -DDGTAL_RANDOMIZED_TESTING_WHITELIST="${{ steps.whitelist.outputs.WHITELIST }}" + run: cmake $GITHUB_WORKSPACE -DDGtal_DIR="${{runner.workspace}}/build/DGtal/buildDGtal/" -DCMAKE_BUILD_TYPE=Release -DDGTAL_RANDOMIZED_TESTING_WHITELIST="${{ steps.whitelist.outputs.WHITELIST }}" - name: Build working-directory: ${{runner.workspace}}/build