„.drone.yml“ hinzufügen
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2019-09-19 13:24:27 +00:00
parent 310b00319a
commit f5a656911e

21
.drone.yml Normal file
View File

@@ -0,0 +1,21 @@
kind: pipeline
type: docker
name: default
steps:
- name: build left, debug
image: hardwario/gcc-arm-embedded:7-2017-q4-major
commands:
- make -j2 -C left DEBUG=1
- name: build left, debug
image: hardwario/gcc-arm-embedded:7-2017-q4-major
commands:
- make -j2 -C left DEBUG=0
- name: build left, debug
image: hardwario/gcc-arm-embedded:7-2017-q4-major
commands:
- make -j2 -C right DEBUG=1
- name: build left, debug
image: hardwario/gcc-arm-embedded:7-2017-q4-major
commands:
- make -j2 -C right DEBUG=0