Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Integrate Travis CI GitHub Releases within DXRam
Browse files Browse the repository at this point in the history
  • Loading branch information
krakowski committed Jul 26, 2018
1 parent 6ca2020 commit 35b3654
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,15 @@ jobs:
script: ./gradlew artifactoryPublish --exclude-task test -Dsnapshot=true -Dbintray.user=${BINTRAY_USER} -Dbintray.key=${BINTRAY_KEY} -Dbuild.number=${TRAVIS_BUILD_NUMBER}
- stage: release
script: ./gradlew bintrayUpload --exclude-task test -Dbintray.user=${BINTRAY_USER} -Dbintray.key=${BINTRAY_KEY} -Dbuild.number=${TRAVIS_BUILD_NUMBER}

before_deploy: ./gradlew distZip --exclude-task test

deploy:
provider: releases
api_key: ${ACCESS_TOKEN}
skip_cleanup: true
file: build/dist/dxram.zip
on:
repo: hhu-bsinfo/dxram
branch: development
tags: true

0 comments on commit 35b3654

Please sign in to comment.