Merge branch '822-test-make-install-in-one-of-the-build-jobs' into 'master'

Test "make install" in one of the build jobs

Closes #822

See merge request isc-projects/bind9!1450
This commit is contained in:
Ondřej Surý 2019-02-05 08:41:17 -05:00
commit a70c444529

View file

@ -109,6 +109,7 @@ stages:
script:
- ./configure --enable-developer --with-libtool --disable-static --with-cmocka --prefix=$HOME/.local --without-make-clean $EXTRA_CONFIGURE || cat config.log
- make -j${BUILD_PARALLEL_JOBS:-1} -k all V=1
- test -z "${RUN_MAKE_INSTALL}" || make install
artifacts:
untracked: true
expire_in: "1 hour"
@ -300,18 +301,10 @@ gcc:sid:amd64:
CC: gcc
CFLAGS: "-Wall -Wextra -O2 -g"
EXTRA_CONFIGURE: "--with-libidn2"
RUN_MAKE_INSTALL: 1
<<: *debian_sid_amd64_image
<<: *build_job
install:gcc:sid:amd64:
<<: *default_triggering_rules
<<: *debian_sid_amd64_image
stage: test
script:
- make install
dependencies:
- gcc:sid:amd64
system:gcc:sid:amd64:
<<: *debian_sid_amd64_image
<<: *system_test_job