From 1da204e0963896765a1c153041d18a02fb070731 Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 17 May 2024 23:02:35 +0200 Subject: [PATCH] Cleanup cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index edcf861..69f8bd1 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - build_type: [Release] + build_type: [Debug, Release] include: - os: windows-latest cpp_compiler: cl @@ -39,7 +39,6 @@ jobs: -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} - -DENABLE_TESTS=OFF -S ${{ github.workspace }} - name: Build