aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
1 files changed, 6 insertions, 3 deletions
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