diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000000000000000000000000000000000000..8d679397698231fe1a7636be8937d4dc33676a54 --- /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