summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-11-16 08:24:47 +0000
committerChristoph Reiter <reiter.christoph@gmail.com>2019-11-16 08:24:47 +0000
commit53a05daa318747009b83b350e93f425c9a7fd505 (patch)
tree38ac52d7a52d94c2408042a4e6e36120d4b7a39a /.gitlab-ci.yml
parent089bf46d9ad254fca6ab5e504181c0542ac63902 (diff)
parentfbb3c146ea04f5edd5d69b207fbf321730597fdf (diff)
downloadgtk+-53a05daa318747009b83b350e93f425c9a7fd505.tar.gz
Merge branch 'ci-distcheck' into 'gtk-3-24'
(3.24) gitlab-ci: Run distcheck, but without actually running the tests See merge request GNOME/gtk!999
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4864dfc27d..0d0f9ccd47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,14 @@ fedora-autotools:
script:
- bash -x ./.gitlab-ci/test-docker-autotools.sh
+fedora-distcheck:
+ variables:
+ DO_DISTCHECK: "yes"
+ when: manual
+ stage: build
+ script:
+ - bash -x ./.gitlab-ci/test-docker-autotools.sh
+
fedora-meson:
stage: build
script: