Setting up Travis-CI upload to GitHub Releases

This commit is contained in:
2017-10-05 23:27:49 -07:00
parent 5935c3c187
commit 05452a1903

View File

@@ -19,12 +19,10 @@ script:
- cd build - cd build
- cmake .. && make && make package - cmake .. && make && make package
- stage: GitHub Release deploy:
script: echo "Deploying to GitHub releases ..." provider: releases
deploy: api_key: $GITHUB_TOKEN
provider: releases file: "build/archive/kraken.tgz"
api_key: $GITHUB_TOKEN skip_cleanup: true
file: build/archive/kraken.tgz on:
skip_cleanup: true tags: true
on:
tags: true