[gtk-doc/wip/smcv/dist-meson-build: 2/3] CI: Exercise meson dist, and collect artifacts
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc/wip/smcv/dist-meson-build: 2/3] CI: Exercise meson dist, and collect artifacts
- Date: Fri, 21 Aug 2020 15:07:48 +0000 (UTC)
commit 1ebb02edf78c986a70ef1fc62acbc4ad4e19290f
Author: Simon McVittie <smcv debian org>
Date: Fri Aug 21 15:53:21 2020 +0100
CI: Exercise meson dist, and collect artifacts
Signed-off-by: Simon McVittie <smcv debian org>
.gitlab-ci.yml | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f84030..dd5dc2f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,8 +36,14 @@ meson-build:
- meson --prefix /usr _build .
- ninja -C _build
- meson test -C _build
+ - ninja -C _build dist
except:
- tags
+ artifacts:
+ when: always
+ paths:
+ - _build/meson-dist/*
+ - _build/meson-logs/*
# common
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]