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
- cmake .. && make && make package
- stage: GitHub Release
script: echo "Deploying to GitHub releases ..."
deploy:
deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: build/archive/kraken.tgz
file: "build/archive/kraken.tgz"
skip_cleanup: true
on:
tags: true