Add .drone.yml

This commit is contained in:
Chai Feng 2020-01-06 14:48:33 +08:00
parent b7e1f8860e
commit 8521a6d1de

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