mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-01-23 21:31:22 +01:00
Allow building on ver/* branches
This commit is contained in:
parent
356a75f8a8
commit
641ae5a177
@ -21,3 +21,7 @@ script:
|
|||||||
# Set up git user name and tag this commit
|
# Set up git user name and tag this commit
|
||||||
- if [ -z $TRAVIS_TAG ] && [ -z $(git tag -l --points-at HEAD) ]; then git config --local user.name "creeper12313321"; git config --local user.email "7974274+creeper123123321@users.noreply.github.com"; export TRAVIS_TAG=build-$TRAVIS_JOB_NUMBER; git tag $TRAVIS_TAG; fi
|
- if [ -z $TRAVIS_TAG ] && [ -z $(git tag -l --points-at HEAD) ]; then git config --local user.name "creeper12313321"; git config --local user.email "7974274+creeper123123321@users.noreply.github.com"; export TRAVIS_TAG=build-$TRAVIS_JOB_NUMBER; git tag $TRAVIS_TAG; fi
|
||||||
- ./gradlew clean build
|
- ./gradlew clean build
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- ver\/.*
|
||||||
|
Loading…
Reference in New Issue
Block a user