[nautilus/zbrown/aarch64] ci: build for aarch64




commit b3f08341556fc816a743b2d0fe0acaaca0893300
Author: Zander Brown <zbrown gnome org>
Date:   Fri Aug 26 18:16:39 2022 +0100

    ci: build for aarch64

 .gitlab-ci.yml | 44 ++++++++++++++++++++++++++++----------------
 1 file changed, 28 insertions(+), 16 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 624342955..e3c419e16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,26 +1,38 @@
-include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
+include:
+  - project: 'gnome/citemplates'
+    file: 'flatpak/flatpak_ci_initiative.yml'
 
 variables:
-    GIT_SUBMODULE_STRATEGY: normal
-    BUNDLE: "nautilus-dev.flatpak"
+  APP_ID: "org.gnome.NautilusDevel"
+  BUNDLE: "nautilus-dev.flatpak"
+  RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
+  MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml"
+  FLATPAK_MODULE: "nautilus"
+  GIT_SUBMODULE_STRATEGY: normal
 
 stages:
-    - image
-    - test
-    - deploy
+  - image
+  - build
+  - test
+  - deploy
 
-flatpak:
-    extends: '.flatpak'
-    variables:
-        MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml"
-        FLATPAK_MODULE: "nautilus"
-        RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
-        APP_ID: "org.gnome.NautilusDevel"
+build-flatpak:
+  extends: '.flatpak@x86_64'
+  stage: build
+  before_script: []
+
+build-flatpak-aarch64:
+  extends: '.flatpak@aarch64'
+  stage: build
+  before_script: []
 
 nightly:
-    extends: '.publish_nightly'
-    dependencies:
-        - flatpak
+  extends: '.publish_nightly'
+  needs: ['build-flatpak']
+
+nightly-aarch64:
+  extends: '.publish_nightly'
+  needs: ['build-flatpak-aarch64']
 
 style check:
     image: registry.gitlab.gnome.org/gnome/nautilus:latest


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