aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
blob: cf8eed3dff9bd82be69fe9c94a28c4ed51bcdf0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
build:
  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