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

  publish:
    image: jodersky/ci:0.2
    when:
      event: push
      success: true
    environment:
      GPG_SSB_ENC: "$$GPG_SSB_ENC"
      BINTRAY_KEY: "$$BINTRAY_KEY"
    commands:
      - .drone/authenv.sh
      - sbt +publishSigned