„.drone.yml“ hinzufügen
Some checks failed
continuous-integration/drone/push Build encountered an error
Some checks failed
continuous-integration/drone/push Build encountered an error
This commit is contained in:
21
.drone.yml
Normal file
21
.drone.yml
Normal 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
|
||||
Reference in New Issue
Block a user