summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2019-01-31 02:06:22 +0000
committerPekka Paalanen <pq@iki.fi>2019-01-31 09:21:21 +0000
commitf3190a45affd0acdd1a8834f73a8c8cbee80cdf6 (patch)
tree8a875a7775cbe8ade101a44ae31d02ac5e382b99
parentac71ee5d6a6cfd5e1bb21cdce7875929b207162e (diff)
downloadweston-f3190a45affd0acdd1a8834f73a8c8cbee80cdf6.tar.gz
gitlab-ci: Actually capture Meson logs
Correct the path to the build directory so we can capture Meson logs; especially useful when tests fail like in #184. An example of this change having been run with a deliberately-failing test, capturing the Meson logs, can be found at: https://gitlab.freedesktop.org/daniels/weston/-/jobs/94623 Signed-off-by: Daniel Stone <daniels@collabora.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dcdc60d2..c6007d1d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,5 +80,5 @@ build-native-meson:
name: weston-$CI_COMMIT_SHA-$CI_JOB_ID
when: always
paths:
- - build-meson/meson-logs
+ - build-*/meson-logs
- prefix-*