summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-09-25 17:01:06 +0200
committerBastien Nocera <hadess@hadess.net>2019-09-25 17:40:44 +0200
commit171d95ba0b92c8806731547ffa08450d4554d162 (patch)
treea06207b78315282a3d19d665fb0a90c507cc2d28 /.gitlab-ci.yml
parent307a9f91fb42617fe0cd29ed098eeacdf7c78c3c (diff)
downloadtotem-171d95ba0b92c8806731547ffa08450d4554d162.tar.gz
build: Add support for building Nightly version
This includes renaming a few files that mentioned org.gnome.Totem directly as we want the new nightly build to be parallel installable with a stable version, as org.gnome.Totem.Devel. Closes: #359
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d59598235..785b24c51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,13 +25,13 @@ flatpak:master:
stage: test
variables:
# Replace with your manifest path
- MANIFEST_PATH: "flatpak/org.gnome.Totem.json"
+ MANIFEST_PATH: "flatpak/org.gnome.Totem.Devel.json"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
# Replace with your application name, as written in the manifest
FLATPAK_MODULE: "totem"
# Make sure to keep this in sync with the Flatpak manifest, all arguments
# are passed except the config-args because we build it ourselves
- MESON_ARGS: "-Denable-easy-codec-installation=no"
+ MESON_ARGS: "-Denable-easy-codec-installation=no -Dprofile=development"
APP_ID: "org.gnome.Totem.Devel"
review: