aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-05-20 14:54:41 -0700
committerJakob Odersky <jakob@odersky.com>2016-05-20 14:55:02 -0700
commitf6c58cef91ab1fe0e19d75ba8e5048e267053060 (patch)
tree437c495a376ce0f632d1f528aa6d6ac5134e471c /.drone.yml
parent7996561c24def65d76beb12560f63cc0852e59c1 (diff)
downloaddummy-f6c58cef91ab1fe0e19d75ba8e5048e267053060.tar.gz
dummy-f6c58cef91ab1fe0e19d75ba8e5048e267053060.tar.bz2
dummy-f6c58cef91ab1fe0e19d75ba8e5048e267053060.zip
update drone
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml18
1 files changed, 15 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 9fd5803..cf8eed3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,4 +1,16 @@
build:
- image: jodersky/ci:0.1
- commands:
- - sbt ++2.11.8 test
+ unit_tests:
+ image: jodersky/ci:0.1
+ commands:
+ - sbt +test
+
+ publish:
+ when:
+ event: push
+ success: true
+ environment:
+ GPG_SSB: "$$GPG_SSB"
+ BINTRAY_KEY: "$$BINTRAY_KEY"
+ commands:
+ - .drone/authenv.sh
+ - sbt +publishSigned