@@ -120,45 +120,45 @@ jobs:
120
120
- ./run_reg_test.pl odin_reg_micro -show_failures -j2
121
121
122
122
- stage : Test
123
- name : " GCC 5 (Ubuntu Xenial - 16.04)"
123
+ name : " Build Compatibility: GCC 5 (Ubuntu Xenial - 16.04)"
124
124
env :
125
125
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
126
126
- BUILD_TYPE=release_strict
127
127
script :
128
128
- ./.github/travis/build.sh
129
129
- stage : Test
130
- name : " GCC 6 (Debian Stretch)"
130
+ name : " Build Compatibility: GCC 6 (Debian Stretch)"
131
131
env :
132
132
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
133
133
- BUILD_TYPE=release_strict
134
134
script :
135
135
- ./.github/travis/build.sh
136
136
- stage : Test
137
- name : " GCC 7 (Ubuntu Bionic - 18.04)"
137
+ name : " Build Compatibility: GCC 7 (Ubuntu Bionic - 18.04)"
138
138
env :
139
139
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
140
140
script :
141
141
- ./.github/travis/build.sh
142
142
- stage : Test
143
- name : " GCC 8 (Ubuntu Latest)"
143
+ name : " Build Compatibility: GCC 8 (Ubuntu Latest)"
144
144
env :
145
145
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
146
146
script :
147
147
- ./.github/travis/build.sh
148
148
- stage : Test
149
- name : " GCC 9 (Latest Release)"
149
+ name : " Build Compatibility: GCC 9 (Latest Release)"
150
150
env :
151
151
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
152
152
script :
153
153
- ./.github/travis/build.sh
154
154
- stage : Test
155
- name : " clang-6.0 (Debian + Ubuntu common)"
155
+ name : " Build Compatibility: Clang 6 (Debian + Ubuntu common)"
156
156
env :
157
157
- MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"
158
158
script :
159
159
- ./.github/travis/build.sh
160
160
- stage : Test
161
- name : " clang- 8 (Latest Release)"
161
+ name : " Build Compatibility: Clang 8 (Latest Release)"
162
162
env :
163
163
- MATRIX_EVAL="CC=clang-8 && CXX=clang++-8"
164
164
script :
0 commit comments