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



commit 5bc84d6e2455c209f25dad47a3b6cbc86c19485b
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 | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index faccd0a2..97b75368 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -195,6 +195,18 @@ build-gnome-core-arm:
   <<: *arm
 
 
+# Build the bootable image, this is currently only supported for x86_64
+#
+build-gnome-image-x86_64:
+  <<: *x86_64
+  stage: build
+  dependencies: [track]
+  script:
+    - ${BST} -o arch "${ARCH}" build elements/vm/desktop-vm-image-x86_64.bst
+  cache: *bst-cache
+  artifacts: *logging-artifacts
+
+
 flatpak-prepare:
   stage: prepare_flatpak
   dependencies: []


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