mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Merge branch '565-generate-the-arm-during-ci' into 'master'
Generate the ARM during CI See merge request isc-projects/bind9!863
This commit is contained in:
@@ -118,6 +118,8 @@ stages:
|
|||||||
- ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr --prefix=$HOME/.local --without-make-clean $EXTRA_CONFIGURE || cat config.log
|
- ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr --prefix=$HOME/.local --without-make-clean $EXTRA_CONFIGURE || cat config.log
|
||||||
- make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1
|
- make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1
|
||||||
artifacts:
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- doc/
|
||||||
expire_in: '1 hour'
|
expire_in: '1 hour'
|
||||||
untracked: true
|
untracked: true
|
||||||
|
|
||||||
@@ -180,6 +182,19 @@ precheck:debian:sid:amd64:
|
|||||||
expire_in: '1 week'
|
expire_in: '1 week'
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
|
||||||
|
docs:debian:sid:amd64:
|
||||||
|
<<: *debian_sid_amd64_image
|
||||||
|
stage: test
|
||||||
|
dependencies:
|
||||||
|
- build:debian:sid:amd64
|
||||||
|
script:
|
||||||
|
- make -C doc/misc docbook
|
||||||
|
- make -C doc/arm Bv9ARM.html
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- doc/arm/
|
||||||
|
expire_in: '1 hour'
|
||||||
|
|
||||||
#build:debian:jessie:amd64:
|
#build:debian:jessie:amd64:
|
||||||
# <<: *debian_jessie_amd64_image
|
# <<: *debian_jessie_amd64_image
|
||||||
# <<: *build_job
|
# <<: *build_job
|
||||||
|
Reference in New Issue
Block a user