Skip to content

Commit 9be37ca

Browse files
committed
disambiguated pipeline names
1 parent 647fffd commit 9be37ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.jsonnet

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,21 +143,21 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
143143
),
144144

145145
linux_pipeline(
146-
"Linux 22.04 GCC 12 32/64",
146+
"Linux 22.04 GCC 12 32/64 C++11-14",
147147
"cppalliance/droneubuntu2204:1",
148148
{ TOOLSET: 'gcc', COMPILER: 'g++-12', CXXSTD: '17,20', ADDRMD: '32,64' },
149149
"g++-12-multilib",
150150
),
151151

152152
linux_pipeline(
153-
"Linux 22.04 GCC 12 32/64",
153+
"Linux 22.04 GCC 12 32/64 C++17-20",
154154
"cppalliance/droneubuntu2204:1",
155155
{ TOOLSET: 'gcc', COMPILER: 'g++-12', CXXSTD: '2b', ADDRMD: '32,64' },
156156
"g++-12-multilib",
157157
),
158158

159159
linux_pipeline(
160-
"Linux 24.04 GCC 13 32/64 UBSAN",
160+
"Linux 24.04 GCC 13 32/64 UBSAN C++17-20",
161161
"cppalliance/droneubuntu2404:1",
162162
{ TOOLSET: 'gcc', COMPILER: 'g++-13', CXXSTD: '17,20', ADDRMD: '32,64' } + ubsan,
163163
"g++-13-multilib",
@@ -171,7 +171,7 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
171171
),
172172

173173
linux_pipeline(
174-
"Linux 24.04 GCC 13 32 ASAN",
174+
"Linux 24.04 GCC 13 32 ASAN C++17-20",
175175
"cppalliance/droneubuntu2404:1",
176176
{ TOOLSET: 'gcc', COMPILER: 'g++-13', CXXSTD: '17,20', ADDRMD: '32' } + asan,
177177
"g++-13-multilib",

0 commit comments

Comments
 (0)