Cleanup cmake-multi-platform.yml

This commit is contained in:
Jacob 2024-05-17 23:02:35 +02:00
parent e178332f7a
commit 1da204e096

View file

@ -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