From b2e747fbea518212662ecc80dd10fee33892b40d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Miku=C4=8Dionis?= Date: Wed, 1 Nov 2023 11:50:18 +0100 Subject: [PATCH] Switched to debug builds to fail-fast --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed8f49e..4d1c96e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: env: CCACHE_DIR: ${{ github.workspace }}/CCACHE CMAKE_GENERATOR: Ninja - CMAKE_BUILD_TYPE: Release + CMAKE_BUILD_TYPE: Debug CTEST_OUTPUT_ON_FAILURE: 1 strategy: fail-fast: false @@ -69,7 +69,7 @@ jobs: - name: CCache Ready Stats run: ccache --show-stats - + - name: Configure run: cmake -B "$BUILD_DIR" -S . -DFIND_FATAL=ON - name: Compile