diff options
author | Jakob Unterwurzacher | 2015-11-22 21:07:38 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-22 21:07:38 +0100 |
commit | dce0564f2ab12ab0d115a7e88fe48d09f353f966 (patch) | |
tree | 2246546dcaeb8ac756f7ca68508f79303476338b /.drone.yml | |
parent | 8f069eabe4e1b0f2a4e69ebf00a3cc3e284b62c2 (diff) |
Add drone.io CI config
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..9a7aef0 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,6 @@ +build: + image: golang + commands: + - go get + - go build + - go test ./cryptfs |