de69a3e353aa9a3de891af3f0fd3560ff409e3ee
[pub/USBasp.git] / .drone.yml
1 kind: pipeline
2 name: Arch
3
4 steps:
5 - name: Documentation
6 image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
7 commands:
8 - make --quiet -C Maintenance upgrade-doxygen
9 - make --quiet doxygen
10
11 - name: Projects
12 image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
13 commands:
14 - make -j --quiet all
15
16 - name: Build Tests
17 image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
18 commands:
19 - make --quiet -C BuildTests all
20
21 # ----
22
23 kind: pipeline
24 name: Ubuntu
25
26 steps:
27 - name: Projects
28 image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
29 commands:
30 - make -j --quiet all
31
32 - name: Build Tests
33 image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
34 commands:
35 - make --quiet -C BuildTests all