From f2740a66bafa876dfcf2cdfa4c6f3e17395e8bf8 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 8 Dec 2018 14:10:40 +1100 Subject: CI: Build on Arch (bleeding-ege) and Ubuntu (stable) AVR-GCC toolchains. --- .drone.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index eb8abf305..de69a3e35 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,5 @@ kind: pipeline -name: default +name: Arch steps: - name: Documentation @@ -13,10 +13,21 @@ steps: commands: - make -j --quiet all -- name: Bootloaders +- name: Build Tests image: abcminiuser/docker-ci-avr8-toolchain:latest-arch commands: - - make --quiet -C Maintenance bootloaders + - make --quiet -C BuildTests all + +# ---- + +kind: pipeline +name: Ubuntu + +steps: +- name: Projects + image: abcminiuser/docker-ci-avr8-toolchain:latest-arch + commands: + - make -j --quiet all - name: Build Tests image: abcminiuser/docker-ci-avr8-toolchain:latest-arch -- cgit v1.2.3