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

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