Skip to content

Commit

Permalink
CI: add g++-11 build to test FP formatting at compile-time
Browse files Browse the repository at this point in the history
  • Loading branch information
alexezeder committed Jul 19, 2021
1 parent 3c45a31 commit 5bdc572
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
cxxflags: -stdlib=libc++
os: ubuntu-20.04
install: sudo apt install libc++-11-dev libc++abi-11-dev
- cxx: g++-11
build_type: Debug
std: 20
os: ubuntu-20.04
install: sudo apt install g++-11
- shared: -DBUILD_SHARED_LIBS=ON

steps:
Expand Down

0 comments on commit 5bdc572

Please sign in to comment.