Update '.drone.yml'
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
parent
2ef9161ba2
commit
08d97e24ef
|
@ -8,9 +8,7 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: gcc
|
image: gcc
|
||||||
commands:
|
commands:
|
||||||
- ./configure
|
|
||||||
- make
|
- make
|
||||||
- make test
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
@ -23,6 +21,4 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: gcc
|
image: gcc
|
||||||
commands:
|
commands:
|
||||||
- ./configure
|
|
||||||
- make
|
- make
|
||||||
- make test
|
|
Loading…
Reference in New Issue