[gnome-games/wip/aplazas/gnome-3-30: 2/2] ci: Stabilize CI config



commit c91a415c328b6e4d3bf49d0d55a0dc509582b771
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Tue Oct 2 12:35:42 2018 +0500

    ci: Stabilize CI config
    
    Use 3.30 image and adjust for stable manifest, also stabilize Ubuntu
    version.

 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e38f334..b6178a3a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ variables:
   BUNDLE: "gnome-games-git.flatpak"
 
 flatpak:tests:
-  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.30
   stage: test
   variables:
     MANIFEST_PATH: "flatpak/org.gnome.Games.UnitTests.json"
@@ -21,19 +21,19 @@ flatpak:tests:
       - .flatpak-builder/git
 
 flatpak:app:
-  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+  image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.30
   stage: build
   variables:
     MANIFEST_PATH: "flatpak/org.gnome.Games.json"
-    RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
+    RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo";
     FLATPAK_MODULE: "gnome-games"
   script:
     - flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
-    - flatpak build app meson --prefix=/app -Dprofile=development ${MESON_ARGS} _build
+    - flatpak build app meson --prefix=/app ${MESON_ARGS} _build
     - flatpak build app ninja -C _build install
     - flatpak build app mkdir -p /app/lib/libretro/extra.d
     - flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
-    - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} org.gnome.GamesDevel
+    - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} org.gnome.Games
 
   artifacts:
     paths:
@@ -91,7 +91,7 @@ fedora:29:
     - bash -x ./.gitlab-ci/build.sh
 
 ubuntu:devel:
-  image: ubuntu:devel
+  image: ubuntu:18.10
   stage: cross_distro
   before_script:
     - apt-get update


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