kopia lustrzana https://gitlab.com/sane-project/backends
CI: Build our source tarball on Debian's Buster
This bumps the build distribution's version, up from Stretch.merge-requests/125/head
rodzic
6fdbc95bf3
commit
c90e9674e7
|
@ -14,8 +14,12 @@ stages:
|
||||||
- snapshot
|
- snapshot
|
||||||
- release
|
- 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:
|
make-dist:
|
||||||
image: $REGISTRY_HUB:debian-stretch-mini
|
image: $REGISTRY_HUB:debian-buster-mini
|
||||||
stage: tarball
|
stage: tarball
|
||||||
script:
|
script:
|
||||||
- git ls-files | xargs ./tools/style-check.sh
|
- git ls-files | xargs ./tools/style-check.sh
|
||||||
|
|
Ładowanie…
Reference in New Issue