🐛 Fixed Travis build tagging

This commit is contained in:
Edgar 2019-08-10 11:39:09 +02:00
parent 837ccc0382
commit 31e7b5d8d9

View file

@ -20,6 +20,12 @@ matrix:
- ./linuxdeployqt-6-x86_64.AppImage ./resources/chatterino.desktop -no-translations -unsupported-allow-new-glibc -appimage -qmake=/opt/qt512/bin/qmake
- mv Chatterino-*-x86_64.AppImage Chatterino-x86_64.AppImage
before_deploy:
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
- export GIT_TAG=nightly-build
- git tag $GIT_TAG -f
deploy:
skip_cleanup: true
provider: releases
@ -58,6 +64,12 @@ matrix:
--app-drop-link 0 0 \
chatterino-osx.dmg app/"
before_deploy:
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
- export GIT_TAG=nightly-build
- git tag $GIT_TAG -f
deploy:
skip_cleanup: true
provider: releases