Skip to content

Commit

Permalink
Update build command to include build type configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardodebenedictis committed Mar 25, 2024
1 parent 304cb87 commit 50a18ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DGRAPH_REFINING=${{env.GRAPH_REFINING}} #-DTEMPORAL_NETWORK_TYPE=${{env.TEMPORAL_NETWORK_TYPE}} -DHEURISTIC_TYPE=${{env.HEURISTIC_TYPE}} -DDEFERRABLE_FLAWS=${{env.DEFERRABLE_FLAWS}} -DGRAPH_PRUNING=${{env.GRAPH_PRUNING}} -DCHECK_INCONSISTENCIES=${{env.CHECK_INCONSISTENCIES}} -DBUILD_LISTENERS=${{env.BUILD_LISTENERS}}

- name: Build
run: cmake --build ${{github.workspace}}/build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Test with coverage
if: matrix.build_type == 'Debug' && matrix.os == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion extern/riddle
2 changes: 1 addition & 1 deletion extern/semitone

0 comments on commit 50a18ec

Please sign in to comment.