summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-08-03 20:30:28 +0000
committerJordan Petridis <jpetridis@gnome.org>2020-08-03 20:30:28 +0000
commit02c5cedb257af17e3db9e25699ca5f07ecab8a2a (patch)
tree2b9d96e41548216aa92f0cb67097aa703655b995
parentc739e6d8b1ba3c2e10412aaba355ac7c12bd0b9c (diff)
downloadd-feet-02c5cedb257af17e3db9e25699ca5f07ecab8a2a.tar.gz
ci: flatpak: remove meson-args variable
We no longer need to manually keep it in sync with the ci.
-rw-r--r--.gitlab-ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 89d4438..8b81792 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,10 +37,7 @@ flatpak:
FLATPAK_MODULE: "d-feet"
APP_ID: "org.gnome.dfeet"
BUILD_DIR: ".app"
- # 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: |
- -Dtests=true
+
nightly:
extends: '.publish_nightly'