Skip to content

Commit

Permalink
Add a CMake build with type=Debug to CI
Browse files Browse the repository at this point in the history
Makes sure a build without -DNDEBUG is fine.

Signed-off-by: Björn Svensson <[email protected]>
  • Loading branch information
bjosv committed Sep 13, 2024
1 parent b0bbdcb commit 556a7fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
sanitizer: ["", thread, undefined, leak, address]
runner: [ubuntu-24.04]
include:
- compiler: clang-18
cmake-version: 3.29
cmake-build-type: Debug
sanitizer: ""
runner: ubuntu-24.04
- compiler: gcc-7
cmake-version: 3.13
cmake-build-type: Release
Expand Down

0 comments on commit 556a7fc

Please sign in to comment.