summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
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: