From 2178cbecb6cff2ee21a25c8dd44dc03f855aedab Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 9 Dec 2018 18:40:21 +1100 Subject: CI: Don't use multiple jobs when building under CI, so that output is consistent. --- .drone.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index a31792d8e..2d2abb1a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,5 @@ kind: pipeline -name: Documentation +name: Documentation (Arch) platform: os: linux @@ -8,6 +8,7 @@ platform: steps: - name: Build Documentation image: abcminiuser/docker-ci-avr8-toolchain:latest-arch + pull: always commands: - make --quiet -C Maintenance upgrade-doxygen - make --quiet doxygen @@ -24,6 +25,7 @@ platform: steps: - name: Build Tests image: abcminiuser/docker-ci-avr8-toolchain:latest-arch + pull: always commands: - ln -s /bin/true /sbin/avr32-gcc - make --quiet -C BuildTests all @@ -31,7 +33,7 @@ steps: - name: Projects image: abcminiuser/docker-ci-avr8-toolchain:latest-arch commands: - - make -j --quiet all + - make --quiet all --- @@ -45,6 +47,7 @@ platform: steps: - name: Build Tests image: abcminiuser/docker-ci-avr8-toolchain:latest-arch + pull: always commands: - ln -s /bin/true /sbin/avr32-gcc - make --quiet -C BuildTests all @@ -52,4 +55,4 @@ steps: - name: Projects image: abcminiuser/docker-ci-avr8-toolchain:latest-arch commands: - - make -j --quiet all + - make --quiet all -- cgit v1.2.3