summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-07-31 12:06:12 +0200
committerBastien Nocera <hadess@hadess.net>2020-07-31 12:06:12 +0200
commitf355b0e91b5880ebb8e644f8aa607f143c781158 (patch)
treedd4ca2c621e79d4b76bf34b4821ceecb62465e5e /.gitlab-ci.yml
parent8b35778c12ea3487ae3d7733b6a5dccc414cd3f6 (diff)
downloadtotem-f355b0e91b5880ebb8e644f8aa607f143c781158.tar.gz
ci: Move variables to the top of the file
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db778929b..bec0372ec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,11 @@ stages:
- test
- deploy
+variables:
+ # Replace with your preferred file name of the resulting Flatpak bundle
+ BUNDLE: "org.gnome.Totem.Devel.flatpak"
+ GIT_SUBMODULE_STRATEGY: normal
+
build-fedora:
image: fedora:latest
stage: test
@@ -14,11 +19,6 @@ build-fedora:
- G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build test
- ninja -C _build install
-variables:
- # Replace with your preferred file name of the resulting Flatpak bundle
- BUNDLE: "org.gnome.Totem.Devel.flatpak"
- GIT_SUBMODULE_STRATEGY: normal
-
flatpak:master:
extends: .flatpak
image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master