projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb6ce30
)
ci: Collect artifacts from the asan build
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 12 Jun 2023 17:00:16 +0000
(13:00 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 12 Jun 2023 18:54:28 +0000
(14:54 -0400)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index ddbee0dfc47e5f93c3dec483017b0900ca883614..83d98a45b52c79150ef2cc98acfb484d3e8e9f99 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-403,8
+403,9
@@
asan-build:
- .gitlab-ci/run-tests.sh _build wayland_gles
- .gitlab-ci/run-tests.sh _build x11
artifacts:
+ when: always
paths:
- -
_build/meson-logs
+ -
"${CI_PROJECT_DIR}/_build/meson-logs"
reference:
image: $FEDORA_IMAGE