CI: Add dummy avr32-gcc compiler.
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 8 Dec 2018 03:53:29 +0000 (14:53 +1100)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 8 Dec 2018 03:59:51 +0000 (14:59 +1100)
.drone.yml

index de69a3e..fdb8f99 100644 (file)
@@ -1,5 +1,9 @@
 kind: pipeline
-name: Arch
+name: Documentation
+
+platform:
+  os: linux
+  arch: amd64
 
 steps:
 - name: Documentation
@@ -8,28 +12,44 @@ steps:
   - make --quiet -C Maintenance upgrade-doxygen
   - make --quiet doxygen
 
-- name: Projects
-  image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
-  commands:
-  - make -j --quiet all
+---
 
+kind: pipeline
+name: Arch
+
+platform:
+  os: linux
+  arch: amd64
+
+steps:
 - name: Build Tests
   image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
   commands:
+  - ln -s /bin/true /sbin/avr32-gcc
   - make --quiet -C BuildTests all
 
-# ----
+- name: Projects
+  image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
+  commands:
+  - make -j --quiet all
+
+---
 
 kind: pipeline
 name: Ubuntu
 
+platform:
+  os: linux
+  arch: amd64
+
 steps:
-- name: Projects
+- name: Build Tests
   image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
   commands:
-  - make -j --quiet all
+  - ln -s /bin/true /sbin/avr32-gcc
+  - make --quiet -C BuildTests all
 
-- name: Build Tests
+- name: Projects
   image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
   commands:
-  - make --quiet -C BuildTests all
+  - make -j --quiet all