mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
run test/support on C++20
This commit is contained in:
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@@ -89,6 +89,18 @@ jobs:
|
||||
std: "11"
|
||||
job: "test/support"
|
||||
travis_compiler: "clang-14"
|
||||
- name: "C++20 test/support"
|
||||
buildtype: "boost"
|
||||
packages: "clang-18 libc++-18-dev libc++abi-18-dev libunwind-18-dev jq ccache"
|
||||
packages_to_remove: ""
|
||||
os: "ubuntu-22.04"
|
||||
cxx: "clang-18"
|
||||
sources: ""
|
||||
llvm_os: "jammy"
|
||||
llvm_ver: "18"
|
||||
std: "20"
|
||||
job: "test/support"
|
||||
travis_compiler: "clang-18"
|
||||
- name: "C++11 repository/test"
|
||||
buildtype: "boost"
|
||||
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
|
||||
@@ -149,6 +161,18 @@ jobs:
|
||||
std: "11"
|
||||
job: "test/support"
|
||||
travis_compiler: "gcc-11"
|
||||
- name: "C++20 test/support"
|
||||
buildtype: "boost"
|
||||
packages: "g++-11 jq ccache"
|
||||
packages_to_remove: ""
|
||||
os: "ubuntu-22.04"
|
||||
cxx: "gcc-11"
|
||||
sources: ""
|
||||
llvm_os: ""
|
||||
llvm_ver: ""
|
||||
std: "20"
|
||||
job: "test/support"
|
||||
travis_compiler: "gcc-11"
|
||||
- name: "C++11 repository/test"
|
||||
buildtype: "boost"
|
||||
packages: "g++-11 jq ccache"
|
||||
|
||||
Reference in New Issue
Block a user