aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
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