Setting up Travis-CI upload to GitHub Releases
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user