summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-08-02 16:33:40 +0000
committerJordan Petridis <jpetridis@gnome.org>2020-08-02 16:33:40 +0000
commitc739e6d8b1ba3c2e10412aaba355ac7c12bd0b9c (patch)
tree119651cee6f3d266c962179678c64f164053c5d6
parent2af400ea2c11f8418865244283aaab8b145ea8b7 (diff)
downloadd-feet-c739e6d8b1ba3c2e10412aaba355ac7c12bd0b9c.tar.gz
ci: push to the nightly repo
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b21069..89d4438 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,3 +41,8 @@ flatpak:
# are passed except the config-args because we build it ourselves
MESON_ARGS: |
-Dtests=true
+
+nightly:
+ extends: '.publish_nightly'
+ dependencies: ['flatpak']
+ needs: ['flatpak']