Skip to content

Commit

Permalink
Add test build for -DNANOFMT_FLOAT=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmiddleditch committed Jan 15, 2024
1 parent 4fce5c7 commit d0b80e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
config: ['DEBUG', 'RELEASE']
cxxflags: ['-Wall -Werror -pedantic']
include:
- runs-on: 'ubuntu-latest'
compiler: 'g++.exe'
config: 'DEBUG'
cxxflags: '-Wall -Werror -pedantic'
cmake-defines: '-DNANOFMT_FLOAT=OFF'
- runs-on: 'windows-latest'
compiler: cl.exe
config: 'DEBUG'
Expand Down

0 comments on commit d0b80e1

Please sign in to comment.