summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-01-05 09:46:09 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-01-05 10:26:39 +1000
commit37f71a849395c51b9e9df2d171c7e9f3e76db565 (patch)
treee62772a6fbf9a4a89894f5ccb2293bfc5a2f63a4 /.gitlab-ci.yml
parent6be54f75c88a8257f1db380f73e36bc9c4fa5ac1 (diff)
gitlab CI: drop the ninja dist for every job
Unlike autotools distcheck which ensures we didn't forget to add anything to the makefiles, ninja dist just zips up the git repo. It does run the tests though but without suite selection which is a problem for us here. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4e810e..14851ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,7 +64,7 @@ variables:
extends:
- .default_artifacts
script:
- - .gitlab-ci/meson-build.sh
+ - .gitlab-ci/meson-build.sh --run-test
.fedora:34:
extends: .fdo.distribution-image@fedora
@@ -496,8 +496,6 @@ alpine:latest@container-clean:
- .meson_build
stage: build
dependencies: []
- variables:
- NINJA_ARGS: "dist"
fedora:34@autotools-build: