Set up Travis CI upload to GitHub Releases
This commit is contained in:
parent
839cf52206
commit
128a548f28
10
.travis.yml
10
.travis.yml
@ -9,3 +9,13 @@ before_script:
|
||||
script:
|
||||
- make
|
||||
- make package
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
secure: gDAuRNlF2uVhVHyZtJrX6MwNxnkfkQzohrC/6UcKAgqt+NKs4vZyq5FzTUceiDAkB0se70ZVx08e9ibAiXP/b7D1MPkAEiRxt9J6Vu3x6Bi1kPPuK5RfjFeT3gc1SbrULAP8Nz0NdU0chUhei6/V5NGhTegwp925DJOISq7+Ibw=
|
||||
file_glob: true
|
||||
file: 'pawnc-*-linux.tar.gz'
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
repo: Zeex/pawn
|
||||
|
Loading…
x
Reference in New Issue
Block a user