Skip to content

Commit

Permalink
Merge pull request #4 from franziska-wegner/franziska-wegner/2023/dec…
Browse files Browse the repository at this point in the history
…ember/CMake-Workflow-Add-Debug-Build

Add Debug Build to CMake Workflow for all OS.
  • Loading branch information
franziska-wegner authored Dec 5, 2023
2 parents 18c79b5 + 89ca52d commit 804e535
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:

env:
QT_VERSION: "6.2.0"
BUILD_TYPE: Release

jobs:
build:
Expand All @@ -30,7 +29,7 @@ jobs:
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
build_type: [Release]
build_type: [Release, Debug]
c_compiler: [gcc, clang, cl]
include:
- os: windows-latest
Expand Down

0 comments on commit 804e535

Please sign in to comment.