This commit is contained in:
garak 2018-10-10 16:02:57 -04:00
parent 19235ff392
commit 7098d2859a

View file

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