CI: replace g++ C++20 build to test FP formatting at compile-time
This commit is contained in:
parent
c79a3841e8
commit
117fc67077
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
@ -24,10 +24,11 @@ jobs:
|
|||||||
build_type: Debug
|
build_type: Debug
|
||||||
std: 17
|
std: 17
|
||||||
os: ubuntu-18.04
|
os: ubuntu-18.04
|
||||||
- cxx: g++-10
|
- cxx: g++-11
|
||||||
build_type: Debug
|
build_type: Debug
|
||||||
std: 20
|
std: 20
|
||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
|
install: sudo apt install g++-11
|
||||||
- cxx: clang++-9
|
- cxx: clang++-9
|
||||||
build_type: Debug
|
build_type: Debug
|
||||||
fuzz: -DFMT_FUZZ=ON -DFMT_FUZZ_LINKMAIN=ON
|
fuzz: -DFMT_FUZZ=ON -DFMT_FUZZ_LINKMAIN=ON
|
||||||
|
Loading…
Reference in New Issue
Block a user