Skip to content

Commit 8430d8e

Browse files
committed
deduplicated names
1 parent 9189003 commit 8430d8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.drone.jsonnet

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
170170
),
171171

172172
linux_pipeline(
173-
"Linux 22.04 GCC 12 32/64",
173+
"Linux 22.04 GCC 12 32/64 C++11-17",
174174
"cppalliance/droneubuntu2204:1",
175175
{ TOOLSET: 'gcc', COMPILER: 'g++-12', CXXSTD: '11,14,17', ADDRMD: '32,64' },
176176
"g++-12-multilib",
@@ -184,7 +184,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
184184
),
185185

186186
linux_pipeline(
187-
"Linux 23.04 GCC 13 32/64 UBSAN",
187+
"Linux 23.04 GCC 13 32/64 UBSAN C++11-17",
188188
"cppalliance/droneubuntu2304:1",
189189
{ TOOLSET: 'gcc', COMPILER: 'g++-13', CXXSTD: '11,14,17', ADDRMD: '32,64' } + ubsan,
190190
"g++-13-multilib",
@@ -198,7 +198,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
198198
),
199199

200200
linux_pipeline(
201-
"Linux 23.04 GCC 13 32 ASAN",
201+
"Linux 23.04 GCC 13 32 ASAN C++11-17",
202202
"cppalliance/droneubuntu2304:1",
203203
{ TOOLSET: 'gcc', COMPILER: 'g++-13', CXXSTD: '11,14,17', ADDRMD: '32' } + asan,
204204
"g++-13-multilib",
@@ -212,7 +212,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
212212
),
213213

214214
linux_pipeline(
215-
"Linux 24.04 GCC 14 UBSAN",
215+
"Linux 24.04 GCC 14 UBSAN C++11-17",
216216
"cppalliance/droneubuntu2404:1",
217217
{ TOOLSET: 'gcc', COMPILER: 'g++-14', CXXSTD: '11,14,17' } + ubsan,
218218
"g++-14-multilib",
@@ -226,7 +226,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
226226
),
227227

228228
linux_pipeline(
229-
"Linux 24.04 GCC 14 ASAN",
229+
"Linux 24.04 GCC 14 ASAN C++11-17",
230230
"cppalliance/droneubuntu2404:1",
231231
{ TOOLSET: 'gcc', COMPILER: 'g++-14', CXXSTD: '11,14,17' } + asan,
232232
"g++-14-multilib",

0 commit comments

Comments
 (0)