From 7241a49566d7c53f1495e648c9e2120f46a1fd81 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Fri, 23 Feb 2024 13:18:56 +0100 Subject: [PATCH] Compile at least one CI build as debug --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d54d202..62e80fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: - name: Build run: | - cmake . -DBUILD_EXAMPLES=1 -DUSE_SDL2=ON + cmake . -DBUILD_EXAMPLES=1 -DUSE_SDL2=ON -DCMAKE_BUILD_TYPE=Debug make -j2 - name: Test (headless)