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 5f8011d commit 9e460e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
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
ls -la ${{runner.workspace}}/build/DGtal/buildDGtal
ls -la ${{runner.workspace}}/build/DGtal/buildDGtal/Release/
- name: Configure CMake (linux)
if: matrix.os == 'ubuntu-latest'
shell: bash
Expand Down

0 comments on commit 9e460e8

Please sign in to comment.