mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Merge pull request #1192 from AnotherFoxGuy/travis-fix
🐛 Fixed Travis build tagging
This commit is contained in:
commit
8f44f18d46
12
.travis.yml
12
.travis.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue