[at-spi2-core: 1/6] CI: Fix the path for meson logs in the asan-build job
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core: 1/6] CI: Fix the path for meson logs in the asan-build job
- Date: Thu, 7 Jul 2022 22:43:57 +0000 (UTC)
commit a6041438a6957b062be0ee08a72e57bf9873c45e
Author: Federico Mena Quintero <federico gnome org>
Date: Thu Jul 7 12:37:56 2022 -0500
CI: Fix the path for meson logs in the asan-build job
I need to look at the test logs, which presumably is where asan prints
its output!
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 160a1632..77a80056 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -128,7 +128,7 @@ asan-build:
name: "at-spi2-core-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
when: always
paths:
- - "_asan_build/meson-logs"
+ - "${CI_PROJECT_DIR}/_build/meson-logs"
allow_failure: true
# Run the test suite and extract code coverage information.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]