CI: replace g++ C++20 build to test FP formatting at compile-time

This commit is contained in:
Alexey Ochapov 2021-07-16 22:08:22 +03:00
parent 42cbd24638
commit fb60a71a0c
No known key found for this signature in database
GPG Key ID: 9DC52E8F031B8DA8

View File

@ -24,10 +24,11 @@ jobs:
build_type: Debug
std: 17
os: ubuntu-18.04
- cxx: g++-10
- cxx: g++-11
build_type: Debug
std: 20
os: ubuntu-20.04
install: sudo apt install g++-11
- cxx: clang++-9
build_type: Debug
fuzz: -DFMT_FUZZ=ON -DFMT_FUZZ_LINKMAIN=ON