[b3a8e0e1f9ab1bfe3a36f231f676f78bb30a519d2b21e6c530c0eee8ebb4a5d0/valentindavid/gnome-os-wip: 37/39] ci: Build installer image nightly
- From: Valentin David <valentindavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [b3a8e0e1f9ab1bfe3a36f231f676f78bb30a519d2b21e6c530c0eee8ebb4a5d0/valentindavid/gnome-os-wip: 37/39] ci: Build installer image nightly
- Date: Wed, 8 Jul 2020 10:17:32 +0000 (UTC)
commit ca47de1c0694cce0d27ddae77dd2a033595080f4
Author: Valentin David <valentin david codethink co uk>
Date: Wed Apr 8 12:06:20 2020 +0200
ci: Build installer image nightly
.gitlab-ci.yml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9ece8f6..f6b36c6a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -103,8 +103,11 @@ default:
.vm-image-template:
stage: image
script:
- - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build vm/image.bst
- - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks vm/image.bst image
+ - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build vm/image.bst iso/image.bst
+ - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks vm/image.bst vm
+ - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks iso/image.bst iso
+ - mkdir -p image
+ - mv vm/* iso/* image/
rules:
- if: $CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_REF_NAME =~ /^gnome-\d-\d\d$/
when: on_success
@@ -200,7 +203,7 @@ track:
interruptible: true
script:
- 'sed -i "s/track-tags: False/track-tags: ${BST_TRACK_TAGS}/" project.conf'
- - ${BST} track --deps all core.bst flatpak-runtimes.bst vm/image.bst boards/pinebook-pro/image.bst
boards/rock64/image.bst boards/raspberrypi-4/image.bst
+ - ${BST} track --deps all core.bst flatpak-runtimes.bst iso/image.bst boards/pinebook-pro/image.bst
boards/rock64/image.bst boards/raspberrypi-4/image.bst
retry: 2
# only run on branches targeting master
rules:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]