@@ -187,16 +187,58 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
187187 ),
188188
189189 linux_pipeline(
190- "Linux 18.04 GCC 7* 32" ,
190+ "Linux 18.04 GCC 7* 32 03 " ,
191191 "cppalliance/droneubuntu1804:1" ,
192- { TOOLSET: 'gcc' , COMPILER: 'g++' , CXXSTD: '03,11,14,17 ' , ADDRMD: '32' },
192+ { TOOLSET: 'gcc' , COMPILER: 'g++' , CXXSTD: '03' , ADDRMD: '32' },
193193 "nload" ,
194194 ),
195195
196196 linux_pipeline(
197- "Linux 18.04 GCC 7* 64 " ,
197+ "Linux 18.04 GCC 7* 32 11 " ,
198198 "cppalliance/droneubuntu1804:1" ,
199- { TOOLSET: 'gcc' , COMPILER: 'g++' , CXXSTD: '03,11,14,17' , ADDRMD: '64' },
199+ { TOOLSET: 'gcc' , COMPILER: 'g++' , CXXSTD: '11' , ADDRMD: '32' },
200+ "nload" ,
201+ ),
202+
203+ linux_pipeline(
204+ "Linux 18.04 GCC 7* 32 14" ,
205+ "cppalliance/droneubuntu1804:1" ,
206+ { TOOLSET: 'gcc' , COMPILER: 'g++' , CXXSTD: '14' , ADDRMD: '32' },
207+ "nload" ,
208+ ),
209+
210+ linux_pipeline(
211+ "Linux 18.04 GCC 7* 32 17" ,
212+ "cppalliance/droneubuntu1804:1" ,
213+ { TOOLSET: 'gcc' , COMPILER: 'g++' , CXXSTD: '17' , ADDRMD: '32' },
214+ "nload" ,
215+ ),
216+
217+ linux_pipeline(
218+ "Linux 18.04 GCC 7* 64 03" ,
219+ "cppalliance/droneubuntu1804:1" ,
220+ { TOOLSET: 'gcc' , COMPILER: 'g++' , CXXSTD: '03' , ADDRMD: '64' },
221+ "nload" ,
222+ ),
223+
224+ linux_pipeline(
225+ "Linux 18.04 GCC 7* 64 11" ,
226+ "cppalliance/droneubuntu1804:1" ,
227+ { TOOLSET: 'gcc' , COMPILER: 'g++' , CXXSTD: '11' , ADDRMD: '64' },
228+ "nload" ,
229+ ),
230+
231+ linux_pipeline(
232+ "Linux 18.04 GCC 7* 64 14" ,
233+ "cppalliance/droneubuntu1804:1" ,
234+ { TOOLSET: 'gcc' , COMPILER: 'g++' , CXXSTD: '14' , ADDRMD: '64' },
235+ "nload" ,
236+ ),
237+
238+ linux_pipeline(
239+ "Linux 18.04 GCC 7* 64 17" ,
240+ "cppalliance/droneubuntu1804:1" ,
241+ { TOOLSET: 'gcc' , COMPILER: 'g++' , CXXSTD: '17' , ADDRMD: '64' },
200242 "nload" ,
201243 ),
202244
0 commit comments