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