CI: Build our source tarball on Debian's Buster

This bumps the build distribution's version, up from Stretch.
merge-requests/125/head
Olaf Meeuwissen 2019-08-11 12:08:50 +09:00
rodzic 6fdbc95bf3
commit c90e9674e7
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -14,8 +14,12 @@ stages:
- snapshot
- release
# This job creates the source tarball that is the *sole* input to our
# compile stage. The job is meant to be run on the stable release of
# Debian GNU/Linux.
make-dist:
image: $REGISTRY_HUB:debian-stretch-mini
image: $REGISTRY_HUB:debian-buster-mini
stage: tarball
script:
- git ls-files | xargs ./tools/style-check.sh