Add drone.io CI config

This commit is contained in:
Jakob Unterwurzacher 2015-11-22 21:07:38 +01:00
parent 8f069eabe4
commit dce0564f2a
1 changed files with 6 additions and 0 deletions

6
.drone.yml Normal file
View File

@ -0,0 +1,6 @@
build:
image: golang
commands:
- go get
- go build
- go test ./cryptfs