2
0
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:
joaquintides
2025-11-28 21:18:50 +01:00
parent 08f50cf32b
commit 787d181dff

View File

@@ -89,6 +89,18 @@ jobs:
std: "11" std: "11"
job: "test/support" job: "test/support"
travis_compiler: "clang-14" 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" - name: "C++11 repository/test"
buildtype: "boost" buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache" packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
@@ -149,6 +161,18 @@ jobs:
std: "11" std: "11"
job: "test/support" job: "test/support"
travis_compiler: "gcc-11" 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" - name: "C++11 repository/test"
buildtype: "boost" buildtype: "boost"
packages: "g++-11 jq ccache" packages: "g++-11 jq ccache"