2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Sync from upstream.

This commit is contained in:
Rene Rivera
2024-08-12 20:33:00 -05:00

View File

@@ -17,30 +17,30 @@ jobs:
fail-fast: false
matrix:
include:
- name: "STD=14 JOB=test/x3"
- name: "STD=17 JOB=test/x3"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages: "clang-18 libc++-18-dev libc++abi-18-dev libunwind-18-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-14"
cxx: "clang-18"
sources: ""
llvm_os: "jammy"
llvm_ver: "14"
std: "14"
llvm_ver: "18"
std: "17"
job: "test/x3"
travis_compiler: "clang-14"
- name: "STD=14 JOB=test/x3"
travis_compiler: "clang-18"
- name: "STD=17 JOB=test/x3"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages: "g++-13 jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "gcc-11"
cxx: "gcc-13"
sources: ""
llvm_os: ""
llvm_ver: ""
std: "14"
std: "17"
job: "test/x3"
travis_compiler: "gcc-11"
travis_compiler: "gcc-13"
- name: "STD=11 JOB=test/qi"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"