test tags
This commit is contained in:
parent
6c131747e7
commit
062c34afff
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue