[gnome-build-meta/tristan/gnome-boot: 12/12] .gitlab-ci.yml: Added job to build the bootable image for x86_64



commit 6061807c4526299d69c80b8abd974c53392ef29d
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date:   Mon Jul 8 21:14:36 2019 +0900

    .gitlab-ci.yml: Added job to build the bootable image for x86_64

 .gitlab-ci.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index faccd0a2..0f7573b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -262,6 +262,21 @@ flatpak-finish-failed:
   <<: *x86_64
 
 
+# Build the bootable image, this is currently only supported for x86_64
+#
+# This is run in the flaptak stage so that it can reuse artifacts
+# which were built in the build stage
+#
+build-gnome-image-x86_64:
+  <<: *x86_64
+  stage: flatpak
+  dependencies: [track]
+  script:
+    - ${BST} -o arch "${ARCH}" build vm/desktop-vm-image-x86_64.bst
+  cache: *bst-cache
+  artifacts: *logging-artifacts
+
+
 cve_report:
   <<: *x86_64
   stage: reports


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]