Skip to content

Commit

Permalink
Add noexcept builds to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Apr 30, 2023
1 parent 074a2c3 commit 91db113
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
os: ubuntu-22.04
- preset: gcc-debug-shared
os: ubuntu-22.04
- preset: gcc-debug-noexcept
os: ubuntu-22.04
- preset: macos-release
os: macos-latest
- preset: win64-release
Expand All @@ -27,6 +29,8 @@ jobs:
os: windows-latest
- preset: win64-debug-shared
os: windows-latest
- preset: win64-debug-noexcept
os: windows-latest

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 91db113

Please sign in to comment.