test tags

This commit is contained in:
garak 2018-10-10 15:54:03 -04:00
parent 6c131747e7
commit 062c34afff

View file

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