mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Add a regular "make dist" job to CI
It's easy to break "make dist" by adding and moving files around. We should test this scenario regularly, to prevent release-time surprises.
This commit is contained in:
parent
a14445d472
commit
654c64c60b
@ -467,6 +467,7 @@ pylint:
|
|||||||
tarball-create:
|
tarball-create:
|
||||||
stage: precheck
|
stage: precheck
|
||||||
<<: *base_image
|
<<: *base_image
|
||||||
|
<<: *default_triggering_rules
|
||||||
script:
|
script:
|
||||||
- *configure
|
- *configure
|
||||||
- make -j${BUILD_PARALLEL_JOBS:-1} all V=1
|
- make -j${BUILD_PARALLEL_JOBS:-1} all V=1
|
||||||
@ -477,8 +478,6 @@ tarball-create:
|
|||||||
needs:
|
needs:
|
||||||
- job: autoreconf
|
- job: autoreconf
|
||||||
artifacts: true
|
artifacts: true
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
|
|
||||||
# Jobs for doc builds on Debian 10 "buster" (amd64)
|
# Jobs for doc builds on Debian 10 "buster" (amd64)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user