mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 04:15:45 -05:00
test tags
This commit is contained in:
@@ -10,6 +10,12 @@ script:
|
||||
- qmake # -config release
|
||||
- make
|
||||
|
||||
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 tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: $GITHUB_OAUTH_TOKEN
|
||||
|
||||
Reference in New Issue
Block a user