aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
blob: b0b2ba76f03b34e8996eaf3240754d67decf44be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
build:
  image: jodersky/ci:0.1
  unit_tests:
    commands:
      - sbt +test

  publish:
    when:
      event: push
      success: true
    environment:
      GPG_SSB: "$$GPG_SSB"
      BINTRAY_KEY: "$$BINTRAY_KEY"
    commands:
      - .drone/authenv.sh
      - sbt +publishSigned