Updated travis.yml
This commit is contained in:
@@ -8,6 +8,9 @@ android:
|
|||||||
script:
|
script:
|
||||||
- git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds
|
- git clone --depth=1 --branch=master https://github.com/Anuken/MindustryBuilds ../MindustryBuilds
|
||||||
- cd ../MindustryBuilds
|
- cd ../MindustryBuilds
|
||||||
|
- echo ${TRAVIS_BUILD} > version.txt
|
||||||
|
- git add .
|
||||||
|
- git commit -m "Updating to build ${TRAVIS_BUILD}"
|
||||||
- git tag ${TRAVIS_BUILD}
|
- git tag ${TRAVIS_BUILD}
|
||||||
- git push https://Anuken:${GH_PUSH_TOKEN}@github.com/Anuken/MindustryBuilds ${TRAVIS_BUILD}
|
- git push https://Anuken:${GH_PUSH_TOKEN}@github.com/Anuken/MindustryBuilds ${TRAVIS_BUILD}
|
||||||
- cd ../Mindustry
|
- cd ../Mindustry
|
||||||
|
|||||||
Reference in New Issue
Block a user