[gnome-build-meta/valentindavid/eos-installer: 46/47] ci: Build installer image nightly
- From: Valentin David <valentindavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/valentindavid/eos-installer: 46/47] ci: Build installer image nightly
- Date: Fri, 8 May 2020 12:25:18 +0000 (UTC)
commit 3d84dc21ed61eaebd8552f8447e01f1471f5694c
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 e6a5ab5f..73d71eca 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
+ - ${BST} track --deps all core.bst flatpak-runtimes.bst iso/image.bst boards/pinebook-pro/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]