aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 000000000..8d6793976
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,18 @@
+kind: pipeline
+name: default
+
+steps:
+- name: Build
+ image: abcminiuser/docker-avr8-toolchain
+ commands:
+ - make --quiet all
+
+- name: Bootloaders
+ image: abcminiuser/docker-avr8-toolchain
+ commands:
+ - make --quiet -C Maintenance bootloaders
+
+- name: Tests
+ image: abcminiuser/docker-avr8-toolchain
+ commands:
+ - make --quiet -C BuildTests all