Add Clang 10 + C++17 build to linux CI

This commit is contained in:
Martin Hořeňovský 2021-02-20 21:20:19 +01:00
parent 4b50b13970
commit 749d953712
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 11 additions and 0 deletions

View File

@ -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