Update '.drone.yml'
continuous-integration/drone/push Build was killed Details

main
Nightly 2022-09-21 20:24:36 +02:00
parent 2ef9161ba2
commit 08d97e24ef
1 changed files with 1 additions and 5 deletions

View File

@ -8,9 +8,7 @@ steps:
- name: test
image: gcc
commands:
- ./configure
- make
- make test
---
kind: pipeline
@ -23,6 +21,4 @@ steps:
- name: test
image: gcc
commands:
- ./configure
- make
- make test
- make