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>
extends:
- .default_artifacts
script:
- - .gitlab-ci/meson-build.sh
+ - .gitlab-ci/meson-build.sh --run-test
.fedora:34:
extends: .fdo.distribution-image@fedora
- .meson_build
stage: build
dependencies: []
- variables:
- NINJA_ARGS: "dist"
fedora:34@autotools-build:
extends:
- .default_artifacts
script:
- - .gitlab-ci/meson-build.sh
+ - .gitlab-ci/meson-build.sh --run-test
{# Generate templates for every distribution/version combination we want, any
job can then just extends: .name:version and the images will sort
- .meson_build
stage: build
dependencies: []
- variables:
- NINJA_ARGS: "dist"
{% for distro in distributions %}
{% for version in distro.versions %}