From 7ec1e818ea35297d7fcb3d9453c13e5cb6af7269 Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Fri, 29 Dec 2023 20:26:49 +0100 Subject: [PATCH] Test multi-config CMake Use the "Additional compile flags" CI test to check that multi-config CMake generators work. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 307c1b61aa..b53c391c33 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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