|
296 | 296 | "configurePreset": "linux-icpx-release", |
297 | 297 | "displayName": "Linux Release x64 IntelLLVM Ninja Build" |
298 | 298 | }, |
| 299 | + { |
| 300 | + "name": "linux-clang-release", |
| 301 | + "configurePreset": "linux-clang-release", |
| 302 | + "displayName": "Linux Release x64 Clang Ninja Build" |
| 303 | + }, |
299 | 304 | { |
300 | 305 | "name": "linux-icpx-reldebuginfo", |
301 | 306 | "configurePreset": "linux-icpx-reldebuginfo", |
|
306 | 311 | "configurePreset": "linux-icpx-debug", |
307 | 312 | "displayName": "Linux Debug x64 IntelLLVM Ninja Build" |
308 | 313 | }, |
| 314 | + { |
| 315 | + "name": "linux-clang-debug", |
| 316 | + "configurePreset": "linux-clang-debug", |
| 317 | + "displayName": "Linux Debug x64 Clang Ninja Build" |
| 318 | + }, |
309 | 319 | { |
310 | 320 | "name": "linux-cov", |
311 | 321 | "configurePreset": "linux-cov", |
|
401 | 411 | "LD_LIBRARY_PATH": "${sourceDir}/build-${presetName}/lib:$penv{LD_LIBRARY_PATH}" |
402 | 412 | } |
403 | 413 | }, |
| 414 | + { |
| 415 | + "name": "linux-clang-release", |
| 416 | + "configurePreset": "linux-clang-release", |
| 417 | + "displayName": "Linux Release x64 Clang Tests", |
| 418 | + "environment": { |
| 419 | + "LD_LIBRARY_PATH": "${sourceDir}/build-${presetName}/lib:$penv{LD_LIBRARY_PATH}" |
| 420 | + } |
| 421 | + }, |
404 | 422 | { |
405 | 423 | "name": "linux-icpx-reldebuginfo", |
406 | 424 | "configurePreset": "linux-icpx-reldebuginfo", |
|
417 | 435 | "LD_LIBRARY_PATH": "${sourceDir}/build-${presetName}/lib:$penv{LD_LIBRARY_PATH}" |
418 | 436 | } |
419 | 437 | }, |
| 438 | + { |
| 439 | + "name": "linux-clang-debug", |
| 440 | + "configurePreset": "linux-clang-debug", |
| 441 | + "displayName": "Linux Debug x64 Clang Tests", |
| 442 | + "environment": { |
| 443 | + "LD_LIBRARY_PATH": "${sourceDir}/build-${presetName}/lib:$penv{LD_LIBRARY_PATH}" |
| 444 | + } |
| 445 | + }, |
420 | 446 | { |
421 | 447 | "name": "linux-cov", |
422 | 448 | "configurePreset": "linux-cov", |
|
0 commit comments