mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '138-tweak-ci-settings' into 'master'
Tweak CI settings Closes #138 See merge request isc-projects/bind9!116
This commit is contained in:
commit
91bfcb1aed
1 changed files with 3 additions and 3 deletions
|
|
@ -85,11 +85,11 @@ stages:
|
|||
.build: &build_job
|
||||
stage: build
|
||||
before_script:
|
||||
- export PATH="/usr/lib/ccache:$PATH"
|
||||
- test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
|
||||
- ./autogen.sh
|
||||
script:
|
||||
- ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr/local
|
||||
- make -j${BUILD_PARALLEL_JOBS:-2} -k all V=1
|
||||
- make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1
|
||||
artifacts:
|
||||
expire_in: '1 hour'
|
||||
untracked: true
|
||||
|
|
@ -99,7 +99,7 @@ stages:
|
|||
before_script:
|
||||
- bash -x bin/tests/system/ifconfig.sh up
|
||||
script:
|
||||
- cd bin/tests && make -j${TEST_PARALLEL_JOBS:-4} -k test V=1
|
||||
- cd bin/tests && make -j${TEST_PARALLEL_JOBS:-1} -k test V=1
|
||||
artifacts:
|
||||
untracked: true
|
||||
expire_in: '1 week'
|
||||
|
|
|
|||
Loading…
Reference in a new issue