psl
This commit is contained in:
parent
19235ff392
commit
7098d2859a
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -8,12 +8,12 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- qmake # -config release
|
- qmake # -config release
|
||||||
- make
|
- make -j2
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
# Set up git user name and tag this commit
|
# Set up git user name and tag this commit
|
||||||
- git config --local user.name garakmon
|
- git config --local user.name "garakmon"
|
||||||
- git config --local user.email garakmon@gmail.com
|
- git config --local user.email "garakmon@gmail.com"
|
||||||
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)
|
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -21,5 +21,5 @@ deploy:
|
||||||
api_key: $GITHUB_OAUTH_TOKEN
|
api_key: $GITHUB_OAUTH_TOKEN
|
||||||
file: porymap
|
file: porymap
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
#on:
|
on:
|
||||||
# tags: true
|
tags: true
|
||||||
|
|
Loading…
Reference in a new issue