Skip to content

Commit

Permalink
Test multi-config CMake
Browse files Browse the repository at this point in the history
Use the "Additional compile flags" CI test to check that multi-config CMake
generators work.
  • Loading branch information
lmoureaux committed Dec 29, 2023
1 parent 7cc07a3 commit 7ec1e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
libsdl2-mixer-dev
- name: Configure
run: |
cmake . -B build -G Ninja --preset "DistroRelease"
cmake . -B build -G "Ninja Multi-Config" --preset "DistroRelease"
- name: Build
run: |
cmake --build build
Expand Down

0 comments on commit 7ec1e81

Please sign in to comment.