aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
blob: ba140e3015ff5b762b62bcc231a9fdc96d7595c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kind: pipeline
name: default

steps:
- name: Projects
  image: abcminiuser/docker-avr8-toolchain
  commands:
  - make -j --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