Skip to content

Commit f6d4cf9

Browse files
committed
infra: Clarify travis test names
1 parent c83d768 commit f6d4cf9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,45 +120,45 @@ jobs:
120120
- ./run_reg_test.pl odin_reg_micro -show_failures -j2
121121

122122
- stage: Test
123-
name: "GCC 5 (Ubuntu Xenial - 16.04)"
123+
name: "Build Compatibility: GCC 5 (Ubuntu Xenial - 16.04)"
124124
env:
125125
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
126126
- BUILD_TYPE=release_strict
127127
script:
128128
- ./.github/travis/build.sh
129129
- stage: Test
130-
name: "GCC 6 (Debian Stretch)"
130+
name: "Build Compatibility: GCC 6 (Debian Stretch)"
131131
env:
132132
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
133133
- BUILD_TYPE=release_strict
134134
script:
135135
- ./.github/travis/build.sh
136136
- stage: Test
137-
name: "GCC 7 (Ubuntu Bionic - 18.04)"
137+
name: "Build Compatibility: GCC 7 (Ubuntu Bionic - 18.04)"
138138
env:
139139
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
140140
script:
141141
- ./.github/travis/build.sh
142142
- stage: Test
143-
name: "GCC 8 (Ubuntu Latest)"
143+
name: "Build Compatibility: GCC 8 (Ubuntu Latest)"
144144
env:
145145
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
146146
script:
147147
- ./.github/travis/build.sh
148148
- stage: Test
149-
name: "GCC 9 (Latest Release)"
149+
name: "Build Compatibility: GCC 9 (Latest Release)"
150150
env:
151151
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
152152
script:
153153
- ./.github/travis/build.sh
154154
- stage: Test
155-
name: "clang-6.0 (Debian + Ubuntu common)"
155+
name: "Build Compatibility: Clang 6 (Debian + Ubuntu common)"
156156
env:
157157
- MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"
158158
script:
159159
- ./.github/travis/build.sh
160160
- stage: Test
161-
name: "clang-8 (Latest Release)"
161+
name: "Build Compatibility: Clang 8 (Latest Release)"
162162
env:
163163
- MATRIX_EVAL="CC=clang-8 && CXX=clang++-8"
164164
script:

0 commit comments

Comments
 (0)