Skip to content

Commit

Permalink
github action DGtal build type
Browse files Browse the repository at this point in the history
  • Loading branch information
kerautret committed Oct 9, 2023
1 parent 0ef85db commit da69c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
mkdir buildDGtal
cd buildDGtal
echo cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.BUILD_TYPE }} $CONFIG_WINDOWS -DBUILD_EXAMPLES=false -DBUILD_TESTING=false -DENABLE_CONAN=true
cmake .. $CONFIG_WINDOWS -DBUILD_EXAMPLES=false -DBUILD_TESTING=false -DENABLE_CONAN=true
cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.BUILD_TYPE }} $CONFIG_WINDOWS -DBUILD_EXAMPLES=false -DBUILD_TESTING=false -DENABLE_CONAN=true
cmake --build . --config ${{ matrix.BUILD_TYPE }} --parallel 3
- name: Configure CMake (linux)
Expand Down

0 comments on commit da69c40

Please sign in to comment.