diff options
author | David Robillard <d@drobilla.net> | 2020-11-11 12:37:02 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-11 12:37:02 +0100 |
commit | bacd25745314cfcb71dfe061d4a91052eba5f7f4 (patch) | |
tree | 5504591a6dc666c9e36d06e6f5416cc14380c5d5 | |
parent | 41b89cc1e42f5c7bd1ec9723c7236312e49947f6 (diff) | |
download | serd-bacd25745314cfcb71dfe061d4a91052eba5f7f4.tar.gz serd-bacd25745314cfcb71dfe061d4a91052eba5f7f4.tar.bz2 serd-bacd25745314cfcb71dfe061d4a91052eba5f7f4.zip |
Disable coverage on sanitizer CI row
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 406dcf3d..937f5905 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,7 +118,7 @@ test:x64_static: x64_sanitize: <<: *build_definition image: lv2plugin/debian-x64-clang - script: python ./waf configure build -ST --werror + script: python ./waf configure build -ST --werror --no-coverage variables: CC: "clang" CFLAGS: "-fsanitize=address -fsanitize=undefined -fsanitize=float-divide-by-zero -fsanitize=unsigned-integer-overflow -fsanitize=implicit-conversion -fsanitize=local-bounds -fsanitize=nullability" |