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 committed by Victor Zverovich
parent c79a3841e8
commit 117fc67077

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