Set up Travis CI upload to GitHub Releases

This commit is contained in:
Zeex 2016-07-03 01:41:09 +06:00
parent 839cf52206
commit 128a548f28

View File

@ -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