summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-11-17 17:19:17 -0500
committerUnknwon <joe2010xtmf@163.com>2014-11-17 17:19:17 -0500
commitc0549a169abfa6984d249a94831b6a20fd6f99f7 (patch)
tree37c945d7ec82bf48ea336c3ecb7a5afaff8483be /.drone.yml
parent1e47e2df852689cc16dce3a4de9b162b00a28b05 (diff)
downloadgitea-c0549a169abfa6984d249a94831b6a20fd6f99f7.tar.gz
gitea-c0549a169abfa6984d249a94831b6a20fd6f99f7.zip
test drone
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000000..c69bef39f2
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,6 @@
+image: go1.3
+env:
+ - GOPATH=/var/cache/drone
+script:
+ - go build -v
+ - go test -v ./... \ No newline at end of file