aboutsummaryrefslogblamecommitdiff
path: root/.drone.yml
blob: c69cf7fd539cff3c6802dbd1b32345c98e50b534 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
      
                        
             







                   
                                  



                                  
build:
  image: jodersky/ci:0.2
  unit_tests:
    commands:
      - sbt +test

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