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



commit 200df77fd6cc578e2ab254c1e4f54095a3a51520
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 3af1c08d..e6e9279d 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]