Raise the bar for archiving of source tarballs

They now have to pass a `make distcheck`.  The compile stage takes
care of compiler errors/warnings.  We are interested in all checks
passing and the source archive being self-consistent.
merge-requests/88/head
Olaf Meeuwissen 2019-07-03 22:19:52 +09:00
rodzic 14e00fa360
commit 6f6a492874
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -94,11 +94,15 @@ compile:alpine-3.10-musl:
<<: *compile_definition
archive:
image: $REGISTRY_HUB:debian-9-full
stage: archive
dependencies:
- compile:debian-9-full
script:
- /bin/true
- tar xzf sane-backends-*.tar.gz --strip-components=1
- rm sane-backends-*.tar.gz
- ./configure
- make distcheck
artifacts:
paths:
- sane-backends-*.tar.gz