summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-08-03 20:42:59 +0000
committerJordan Petridis <jpetridis@gnome.org>2020-08-03 20:42:59 +0000
commitc36b12fe9e94b09639607dfbc987de1c9ef31f32 (patch)
treed9aafa9194a1115eebe376341efce54a32ef1219 /.gitlab-ci.yml
parent0dc6f72a037c8d9b9c37c65b65ae1c19196fe072 (diff)
downloadeog-c36b12fe9e94b09639607dfbc987de1c9ef31f32.tar.gz
ci: flatpak: remove meson-args variable
We no longer need to manually keep it in sync with the ci.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca7e5fba..5cd628bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,6 @@ flatpak:
image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
variables:
MANIFEST_PATH: "org.gnome.Eog.json"
- MESON_ARGS: "--libdir=/app/lib -Dprofile=Devel"
FLATPAK_MODULE: "eog"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: "org.gnome.eog.Devel"