mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 08:22:04 -04:00
Further improve the CI by starting the build and docs right after autoreconf
This commit is contained in:
parent
008b73fb41
commit
fc834aa4bc
1 changed files with 6 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ stages:
|
|||
- build
|
||||
- system
|
||||
- unit
|
||||
- docs
|
||||
- push
|
||||
|
||||
### Runner Tag Templates
|
||||
|
|
@ -149,6 +150,8 @@ stages:
|
|||
- test -z "${RUN_MAKE_INSTALL}" || make install
|
||||
dependencies:
|
||||
- autoreconf:sid:amd64
|
||||
needs:
|
||||
- autoreconf:sid:amd64
|
||||
artifacts:
|
||||
untracked: true
|
||||
expire_in: "1 hour"
|
||||
|
|
@ -243,13 +246,15 @@ misc:sid:amd64:
|
|||
|
||||
docs:sid:amd64:
|
||||
<<: *debian_sid_amd64_image
|
||||
stage: build
|
||||
stage: docs
|
||||
script:
|
||||
- ./configure || cat config.log
|
||||
- make -C doc/misc docbook
|
||||
- make -C doc/arm Bv9ARM.html
|
||||
dependencies:
|
||||
- autoreconf:sid:amd64
|
||||
needs:
|
||||
- autoreconf:sid:amd64
|
||||
artifacts:
|
||||
paths:
|
||||
- doc/arm/
|
||||
|
|
|
|||
Loading…
Reference in a new issue