mirror of
https://github.com/fmtlib/fmt.git
synced 2025-02-05 00:40:12 +00:00
CI linux: add clang++-11 C++20 build
This commit is contained in:
parent
09dbad47e1
commit
1dbadb6527
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -34,6 +34,10 @@ jobs:
|
|||||||
fuzz: -DFMT_FUZZ=ON -DFMT_FUZZ_LINKMAIN=ON
|
fuzz: -DFMT_FUZZ=ON -DFMT_FUZZ_LINKMAIN=ON
|
||||||
std: 17
|
std: 17
|
||||||
os: ubuntu-18.04
|
os: ubuntu-18.04
|
||||||
|
- cxx: clang++-11
|
||||||
|
build_type: Debug
|
||||||
|
std: 20
|
||||||
|
os: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user