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:
|
||||
- qmake # -config release
|
||||
- make
|
||||
- make -j2
|
||||
|
||||
before_deploy:
|
||||
# Set up git user name and tag this commit
|
||||
- git config --local user.name garakmon
|
||||
- git config --local user.email garakmon@gmail.com
|
||||
- git config --local user.name "garakmon"
|
||||
- git config --local user.email "garakmon@gmail.com"
|
||||
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)
|
||||
|
||||
deploy:
|
||||
|
@ -21,5 +21,5 @@ deploy:
|
|||
api_key: $GITHUB_OAUTH_TOKEN
|
||||
file: porymap
|
||||
skip_cleanup: true
|
||||
#on:
|
||||
# tags: true
|
||||
on:
|
||||
tags: true
|
||||
|
|
Loading…
Reference in a new issue