„.drone.yml“ ändern
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-09-19 13:25:49 +00:00
parent f5a656911e
commit ac86fa6ccb

View File

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