Skip to content
Snippets Groups Projects

[gitlab-ci] add clang tsan target

Open Florian Fischer requested to merge tsan_ci_target into master
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
+ 11
0
@@ -199,6 +199,12 @@ clang-tidy:
variables:
EMPER_B_SANITIZE: 'undefined'
.clang-sanitizer-thread:
extends:
- .clang-sanitizer
variables:
EMPER_B_SANITIZE: 'thread'
#.clang-sanitizer-memory:
# extends:
# - .clang-sanitizer
@@ -333,6 +339,11 @@ test-clang-sanitizer-undefined:
- .test
- .clang-sanitizer-undefined
test-clang-sanitizer-thread:
extends:
- .test
- .clang-sanitizer-thread
#test-clang-sanitizer-memory:
# extends:
# - .test
Loading