[epiphany/wip/exalm/gtk4-overview] 123




commit 0e48c77fde89de85ecf3a45208af7cbb11f8f9e4
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Aug 26 21:15:03 2022 +0400

    123

 .gitlab-ci.yml          | 9 +++++++++
 org.gnome.Epiphany.json | 7 +++----
 2 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ac55b7b6e..ae2a9aef8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,6 +82,15 @@ flatpak:
     - master
     - gnome-*
 
+flatpak-aarch64:
+  extends: '.flatpak@aarch64'
+  stage: test
+  variables:
+    CONFIG_OPTS: '-Dprofile=Devel -Dunit_tests=enabled -Dgsb_api_key=${GSB_API_KEY} --werror'
+  except:
+    - master
+    - gnome-*
+
 flatpak stable:
   extends: '.flatpak'
   variables:
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index c9f5b41c6..befef53bf 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -92,7 +92,7 @@
         {
             "name" : "libportal",
             "buildsystem" : "meson",
-            "config-opts" : [
+            "config-opts" : [b
                 "-Dbackends=gtk4",
                 "-Dintrospection=false",
                 "-Ddocs=false"
@@ -128,9 +128,8 @@
             "buildsystem": "meson",
             "sources": [
                 {
-                    "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/libadwaita.git";,
-                    "branch" : "wip/exalm/tab-overview"
+                    "type": "dir",
+                    "path": "../libadwaita"
                 }
             ]
         },


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