2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

remove --with-atf from gitlab CI

This commit is contained in:
Evan Hunt
2018-11-14 23:20:47 +00:00
parent 8c4d50c6bc
commit a2013231a3

View File

@@ -116,7 +116,7 @@ stages:
- test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}" - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
# - ./autogen.sh # - ./autogen.sh
script: script:
- ./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-cmocka --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: paths:
@@ -156,7 +156,6 @@ stages:
- kyua report-html --force --results-file kyua.results --results-filter "" --output kyua_html - kyua report-html --force --results-file kyua.results --results-filter "" --output kyua_html
artifacts: artifacts:
paths: paths:
- atf.out
- kyua.log - kyua.log
- kyua.results - kyua.results
- kyua_html/ - kyua_html/