projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97a4cc3
)
ci: More asan test runs
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 6 Jun 2023 01:47:36 +0000
(21:47 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 6 Jun 2023 01:47:36 +0000
(21:47 -0400)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 351bd0fb650fb3dc37388baf7facf67c5ea292c1..bcd2f7eaf3df4392bd3b3d056a63f130e3ab18d3 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-391,6
+391,8
@@
asan-build:
- CC=clang meson setup --buildtype=debugoptimized -Db_sanitize=address -Db_lundef=false -Dintrospection=disabled -Df16c=disabled _build
- ninja -C _build
- .gitlab-ci/run-tests.sh _build wayland
+ - .gitlab-ci/run-tests.sh _build wayland_gles
+ - .gitlab-ci/run-tests.sh _build x11
artifacts:
paths:
- _build/meson-logs