add .drone.yml
This commit is contained in:
parent
8342cc7742
commit
9dcb9040bf
1 changed files with 9 additions and 0 deletions
9
.drone.yml
Normal file
9
.drone.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: gcc
|
||||
commands:
|
||||
- make
|
Loading…
Reference in a new issue