File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -469,6 +469,18 @@ Linux/Static Analysis:
469
469
CMAKE_OPTIONS : -D CLANG_TIDY=ON -D CPPCHECK=ON
470
470
<< : *linux_success_template
471
471
472
+ Linux/GCC/Baseline :
473
+ variables :
474
+ CTEST_OPTIONS : --verbose
475
+ << : *linux_success_template
476
+
477
+ Linux/Clang/Baseline :
478
+ variables :
479
+ CC : clang
480
+ CXX : clang++
481
+ CTEST_OPTIONS : --verbose
482
+ << : *linux_success_template
483
+
472
484
Linux/GCC/ThreadSanitizer :
473
485
variables :
474
486
CMAKE_OPTIONS : -D EXAMPLE_USE_SANITIZER=thread
@@ -552,6 +564,18 @@ Linux/Clang/UndefinedSanitizer:
552
564
- ninja -C build
553
565
- " ! ctest --test-dir build --output-on-failure ${CTEST_OPTIONS}"
554
566
567
+ macOS/AppleClang/Baseline :
568
+ variables :
569
+ CTEST_OPTIONS : --verbose
570
+ << : *macos_success_template
571
+
572
+ macOS/Clang/Baseline :
573
+ variables :
574
+ CC : clang
575
+ CXX : clang++
576
+ CTEST_OPTIONS : --verbose
577
+ << : *macos_success_template
578
+
555
579
macOS/AppleClang/ThreadSanitizer :
556
580
variables :
557
581
CMAKE_OPTIONS : -D EXAMPLE_USE_SANITIZER=thread
You can’t perform that action at this time.
0 commit comments