[gnome-notes/wip/igaldino/ci-fix] gitlab-ci: Adhere to GitLab changes
- From: Isaque Galdino de Araujo <igaldino src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-notes/wip/igaldino/ci-fix] gitlab-ci: Adhere to GitLab changes
- Date: Wed, 19 Feb 2020 23:00:39 +0000 (UTC)
commit 5b0c9294cef30472081d9c7d4ec8eb668c2bbc3c
Author: Isaque Galdino <igaldino gmail com>
Date: Wed Feb 19 19:50:57 2020 -0300
gitlab-ci: Adhere to GitLab changes
.gitlab-ci.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce2e2a6..ebf2208 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ stages:
- test
flatpak:
- image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
+ image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome
stage: test
variables:
@@ -17,8 +17,8 @@ flatpak:
script:
- git submodule update --init --recursive
- - flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
- - flatpak build app meson --prefix=/app ${CONFIGURE_ARGS} _build
- - flatpak build app ninja -C _build install
+ - flatpak-builder --user --disable-rofiles-fuse --stop-at=${FLATPAK_MODULE} flatpak_app
${MANIFEST_PATH}
+ - flatpak build flatpak_app meson --prefix=/app ${CONFIGURE_ARGS} _build
+ - flatpak build flatpak_app ninja -C _build install
# Run tests inside the Flatpak env emulating a display
- - xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app ninja -C _build test
+ - xvfb-run -a -s "-screen 0 1024x768x24" flatpak build flatpak_app ninja -C _build test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]