summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3141a036..f2895428 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,9 @@ gnome-build-64:
script:
- ybd/ybd.py systems/gnome-system-x86_64.morph x86_64
- ybd/ybd.py systems/initramfs-x86_64.morph x86_64
+ artifacts:
+ paths:
+ - /root/ybd/artifacts
gnome-deploy-64:
stage: deploy
script:
@@ -46,6 +49,9 @@ weston-build-64:
script:
- ybd/ybd.py systems/weston-system-x86_64-generic.morph x86_64
- ybd/ybd.py systems/initramfs-x86_64.morph x86_64
+ artifacts:
+ paths:
+ - /root/ybd/artifacts
weston-deploy-64:
stage: deploy
script:
@@ -59,6 +65,9 @@ weston-qt-build-64:
script:
- ybd/ybd.py weston-qt5-system-x86_64.morph x86_64
- ybd/ybd.py systems/initramfs-x86_64.morph x86_64
+ artifacts:
+ paths:
+ - /root/ybd/artifacts
weston-qt-deploy-64:
stage: deploy
script: