Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
manycore
emper
Commits
77918acd
Commit
77918acd
authored
Dec 03, 2020
by
Florian Fischer
Browse files
[gitlab-ci] add clang tsan target
parent
f6d67a88
Pipeline
#53227
failed with stages
in 11 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
77918acd
...
...
@@ -77,6 +77,12 @@ variables:
variables
:
EMPER_B_SANITIZE
:
'
undefined'
.clang-sanitizer-thread
:
extends
:
-
.clang-sanitizer
variables
:
EMPER_B_SANITIZE
:
'
thread'
#.clang-sanitizer-memory:
# extends:
# - .clang-sanitizer
...
...
@@ -147,6 +153,11 @@ test-clang-sanitizer-undefined:
-
.test
-
.clang-sanitizer-undefined
test-clang-sanitizer-thread
:
extends
:
-
.test
-
.clang-sanitizer-thread
#test-clang-sanitizer-memory:
# extends:
# - .test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment