Skip to content

Commit

Permalink
Add Clang-10 and GCC-10 C++20 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Nov 22, 2022
1 parent 1f3b51e commit 2d7be1f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/linux-simple-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d7be1f

Please sign in to comment.