Commit c12b4c0c authored by Vladislav Shchapov's avatar Vladislav Shchapov Committed by Victor Zverovich

New CI: GCC-8 C++17, Clang-8 C++17.

Signed-off-by: default avatarVladislav Shchapov <vladislav@shchapov.ru>
parent 99bb5b1d
...@@ -23,6 +23,11 @@ jobs: ...@@ -23,6 +23,11 @@ jobs:
std: 14 std: 14
install: sudo apt install g++-8 install: sudo apt install g++-8
os: ubuntu-18.04 os: ubuntu-18.04
- cxx: g++-8
build_type: Debug
std: 17
install: sudo apt install g++-8
os: ubuntu-18.04
- cxx: g++-10 - cxx: g++-10
build_type: Debug build_type: Debug
std: 17 std: 17
...@@ -32,6 +37,12 @@ jobs: ...@@ -32,6 +37,12 @@ jobs:
std: 20 std: 20
os: ubuntu-20.04 os: ubuntu-20.04
install: sudo apt install g++-11 install: sudo apt install g++-11
- cxx: clang++-8
build_type: Debug
std: 17
cxxflags: -stdlib=libc++
os: ubuntu-18.04
install: sudo apt install clang-8 libc++-8-dev libc++abi-8-dev
- 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment