release upload??
This commit is contained in:
parent
6ee09fab46
commit
6c131747e7
1 changed files with 8 additions and 0 deletions
|
@ -9,3 +9,11 @@ install:
|
||||||
script:
|
script:
|
||||||
- qmake # -config release
|
- qmake # -config release
|
||||||
- make
|
- make
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
provider: releases
|
||||||
|
api_key: $GITHUB_OAUTH_TOKEN
|
||||||
|
file: porymap
|
||||||
|
skip_cleanup: true
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
|
Loading…
Reference in a new issue