Add .drone.yml

This commit is contained in:
Chai Feng 2020-01-06 14:48:33 +08:00
parent 1c77de5b2e
commit fc741f36b9
No known key found for this signature in database
GPG key ID: 2DCD9A24E523FFD2

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: Testing
image: ubuntu:bionic
commands:
- ./test.sh