diff options
author | António Fernandes <antoniojpfernandes@gmail.com> | 2019-09-28 22:07:36 +0000 |
---|---|---|
committer | António Fernandes <antoniof@gnome.org> | 2019-09-30 08:54:40 +0100 |
commit | d71c3533dfed0060c0c56d4958f21b9af8ad15cc (patch) | |
tree | aa4ebd6eac6e5ad7914714e195bb2205411f5eaf /.gitlab-ci.yml | |
parent | c4afd14696c670db8fbb64dcc4ea2f0807d25a94 (diff) | |
download | nautilus-d71c3533dfed0060c0c56d4958f21b9af8ad15cc.tar.gz |
CI: publish nightly build
See https://mail.gnome.org/archives/desktop-devel-list/2019-September/msg00028.html
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7f6fc312..73260dae1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,11 @@ review: stop_review: extends: '.stop_review' +nightly: + extends: '.publish_nightly' + dependencies: + - 'flatpak devel' + fedora rawhide: image: fedora:rawhide stage: cross_environment |