Add Clang-10 and GCC-10 C++20 builds

This commit is contained in:
Martin Hořeňovský
2022-11-22 16:17:18 +01:00
parent 1f3b51e903
commit 2d7be1f7de

View File

@ -65,6 +65,22 @@ jobs:
build_type: Release
std: 17
other_pkgs: clang-10
- cxx: clang++-10
build_type: Debug
std: 20
other_pkgs: clang-10
- cxx: clang++-10
build_type: Release
std: 20
other_pkgs: clang-10
- cxx: g++-10
build_type: Debug
std: 20
other_pkgs: g++-10
- cxx: g++-10
build_type: Release
std: 20
other_pkgs: g++-10
steps:
- uses: actions/checkout@v2