Merge pull request #1192 from AnotherFoxGuy/travis-fix

🐛 Fixed Travis build tagging
This commit is contained in:
pajlada 2019-08-10 11:47:03 +02:00 committed by GitHub
commit 8f44f18d46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 - ./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 - 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: deploy:
skip_cleanup: true skip_cleanup: true
provider: releases provider: releases
@ -58,6 +64,12 @@ matrix:
--app-drop-link 0 0 \ --app-drop-link 0 0 \
chatterino-osx.dmg app/" 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: deploy:
skip_cleanup: true skip_cleanup: true
provider: releases provider: releases