mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 21:29:54 +01:00
Add Clang 10 + C++17 build to linux CI
This commit is contained in:
parent
4b50b13970
commit
749d953712
11
.github/workflows/linux-builds.yml
vendored
11
.github/workflows/linux-builds.yml
vendored
@ -38,6 +38,17 @@ jobs:
|
||||
std: 14
|
||||
other_pkgs: clang-10
|
||||
surrogates: ON
|
||||
# Clang 10 + C++17
|
||||
- cxx: clang++-10
|
||||
build_type: Debug
|
||||
std: 17
|
||||
other_pkgs: clang-10
|
||||
surrogates: OFF
|
||||
- cxx: clang++-10
|
||||
build_type: Release
|
||||
std: 17
|
||||
other_pkgs: clang-10
|
||||
surrogates: OFF
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user