[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 14:58:59 +0000 (UTC)
commit efdf440dba38aeda3434127e43c0b3c818aff128
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..67c650d 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
+ - meson dist -C _build
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]