]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Build ARM in the build stage
authorMichał Kępień <michal@isc.org>
Fri, 18 Jan 2019 13:28:47 +0000 (14:28 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 18 Jan 2019 14:26:49 +0000 (15:26 +0100)
There is no need to build BIND binaries before building docs and thus
the job building the current version of the ARM can be moved to the
build stage of CI.

(cherry picked from commit 41a67147fee92018bd4065a4b0cc965f5df987a7)

.gitlab-ci.yml

index c7861feef429589a4bf2132bb9f9d33f8671533d..edb045898f44ddb092319702eaae86e2cc79e202 100644 (file)
@@ -103,10 +103,8 @@ stages:
     - ./configure --enable-developer --with-randomdev=/dev/urandom --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
   artifacts:
-    paths:
-    - doc/
-    expire_in: '1 hour'
     untracked: true
+    expire_in: '1 hour'
   only:
   - merge_requests
 
@@ -183,10 +181,9 @@ sid:amd64:precheck:
 
 docs:sid:amd64:
   <<: *debian_sid_amd64_image
-  stage: test
-  dependencies:
-    - sid:amd64:build
+  stage: build
   script:
+    - ./configure || cat config.log
     - make -C doc/misc docbook
     - make -C doc/arm Bv9ARM.html
   artifacts: