Skip to content

Commit

Permalink
expe conan_paths.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
kerautret committed Oct 11, 2023
1 parent 453eb47 commit 5f8011d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/buildAndDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,11 @@ 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
ls ${{runner.workspace}}/build/DGtal/buildDGtal
- name: Configure CMake (linux)
if: matrix.os == 'ubuntu-latest'
shell: bash
Expand All @@ -124,7 +123,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 -DCMAKE_TOOLCHAIN_FILE="${{runner.workspace}}/build/DGtal/buildDGtal/conan_toolchain.cmake" -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
Expand Down

0 comments on commit 5f8011d

Please sign in to comment.