mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
Make the job names shorter to make it more distinguishable
This commit is contained in:
26
.github/workflows/ci.yml
vendored
26
.github/workflows/ci.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: GitHub Actions CI
|
||||
name: CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- name: "STD=17 JOB=test/x3"
|
||||
- name: "C++17 test/x3"
|
||||
buildtype: "boost"
|
||||
packages: "clang-18 libc++-18-dev libc++abi-18-dev libunwind-18-dev jq ccache"
|
||||
packages_to_remove: ""
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
std: "17"
|
||||
job: "test/x3"
|
||||
travis_compiler: "clang-18"
|
||||
- name: "STD=17 JOB=test/x3"
|
||||
- name: "C++17 test/x3"
|
||||
buildtype: "boost"
|
||||
packages: "g++-13 jq ccache"
|
||||
packages_to_remove: ""
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
std: "17"
|
||||
job: "test/x3"
|
||||
travis_compiler: "gcc-13"
|
||||
- name: "STD=11 JOB=test/qi"
|
||||
- name: "C++11 test/qi"
|
||||
buildtype: "boost"
|
||||
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
|
||||
packages_to_remove: ""
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
std: "11"
|
||||
job: "test/qi"
|
||||
travis_compiler: "clang-14"
|
||||
- name: "STD=11 JOB=test/karma"
|
||||
- name: "C++11 test/karma"
|
||||
buildtype: "boost"
|
||||
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
|
||||
packages_to_remove: ""
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
std: "11"
|
||||
job: "test/karma"
|
||||
travis_compiler: "clang-14"
|
||||
- name: "STD=11 JOB=test/lex"
|
||||
- name: "C++11 test/lex"
|
||||
buildtype: "boost"
|
||||
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
|
||||
packages_to_remove: ""
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
std: "11"
|
||||
job: "test/lex"
|
||||
travis_compiler: "clang-14"
|
||||
- name: "STD=11 JOB=test/support"
|
||||
- name: "C++11 test/support"
|
||||
buildtype: "boost"
|
||||
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
|
||||
packages_to_remove: ""
|
||||
@@ -89,7 +89,7 @@ jobs:
|
||||
std: "11"
|
||||
job: "test/support"
|
||||
travis_compiler: "clang-14"
|
||||
- name: "STD=11 JOB=repository/test"
|
||||
- name: "C++11 repository/test"
|
||||
buildtype: "boost"
|
||||
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
|
||||
packages_to_remove: ""
|
||||
@@ -101,7 +101,7 @@ jobs:
|
||||
std: "11"
|
||||
job: "repository/test"
|
||||
travis_compiler: "clang-14"
|
||||
- name: "STD=11 JOB=test/qi"
|
||||
- name: "C++11 test/qi"
|
||||
buildtype: "boost"
|
||||
packages: "g++-11 jq ccache"
|
||||
packages_to_remove: ""
|
||||
@@ -113,7 +113,7 @@ jobs:
|
||||
std: "11"
|
||||
job: "test/qi"
|
||||
travis_compiler: "gcc-11"
|
||||
- name: "STD=11 JOB=test/karma"
|
||||
- name: "C++11 test/karma"
|
||||
buildtype: "boost"
|
||||
packages: "g++-11 jq ccache"
|
||||
packages_to_remove: ""
|
||||
@@ -125,7 +125,7 @@ jobs:
|
||||
std: "11"
|
||||
job: "test/karma"
|
||||
travis_compiler: "gcc-11"
|
||||
- name: "STD=11 JOB=test/lex"
|
||||
- name: "C++11 test/lex"
|
||||
buildtype: "boost"
|
||||
packages: "g++-11 jq ccache"
|
||||
packages_to_remove: ""
|
||||
@@ -137,7 +137,7 @@ jobs:
|
||||
std: "11"
|
||||
job: "test/lex"
|
||||
travis_compiler: "gcc-11"
|
||||
- name: "STD=11 JOB=test/support"
|
||||
- name: "C++11 test/support"
|
||||
buildtype: "boost"
|
||||
packages: "g++-11 jq ccache"
|
||||
packages_to_remove: ""
|
||||
@@ -149,7 +149,7 @@ jobs:
|
||||
std: "11"
|
||||
job: "test/support"
|
||||
travis_compiler: "gcc-11"
|
||||
- name: "STD=11 JOB=repository/test"
|
||||
- name: "C++11 repository/test"
|
||||
buildtype: "boost"
|
||||
packages: "g++-11 jq ccache"
|
||||
packages_to_remove: ""
|
||||
|
||||
Reference in New Issue
Block a user