CI linux: add clang++-11 C++20 build

This commit is contained in:
Alexey Ochapov 2021-04-08 03:18:13 +03:00
parent c254fec4aa
commit 663a82708e
No known key found for this signature in database
GPG Key ID: 9DC52E8F031B8DA8

View File

@ -34,6 +34,10 @@ jobs:
fuzz: -DFMT_FUZZ=ON -DFMT_FUZZ_LINKMAIN=ON
std: 17
os: ubuntu-18.04
- cxx: clang++-11
build_type: Debug
std: 20
os: ubuntu-20.04
steps:
- uses: actions/checkout@v2