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:
469469 CMAKE_OPTIONS : -D CLANG_TIDY=ON -D CPPCHECK=ON
470470 << : *linux_success_template
471471
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+
472484Linux/GCC/ThreadSanitizer :
473485 variables :
474486 CMAKE_OPTIONS : -D EXAMPLE_USE_SANITIZER=thread
@@ -552,6 +564,18 @@ Linux/Clang/UndefinedSanitizer:
552564 - ninja -C build
553565 - " ! ctest --test-dir build --output-on-failure ${CTEST_OPTIONS}"
554566
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+
555579macOS/AppleClang/ThreadSanitizer :
556580 variables :
557581 CMAKE_OPTIONS : -D EXAMPLE_USE_SANITIZER=thread
You can’t perform that action at this time.
0 commit comments