Implemented craters map, again / Disabled unit editing
This commit is contained in:
@@ -5,14 +5,15 @@ script:
|
||||
- "./gradlew test"
|
||||
- "./gradlew desktop:dist -Pbuildversion=${TRAVIS_TAG:1}"
|
||||
- "./gradlew server:dist -Pbuildversion=${TRAVIS_TAG:1}"
|
||||
- git clone --depth=1 --branch=master https://github.com/mindustrygame/wiki ../wiki
|
||||
git config --global user.name "Wiki Updater"
|
||||
- git clone --depth=1 --branch=master https://github.com/MindustryGame/wiki ../wiki
|
||||
- git clone --depth=1 --branch=master https://github.com/Anuken/Mindustry-Wiki-Generator ../Mindustry-Wiki-Generator
|
||||
- cd ../Mindustry-Wiki-Generator
|
||||
- "./gradlew run"
|
||||
- cd ../wiki
|
||||
- git add .
|
||||
- git commit -m "Update to match commit ${TRAVIS_COMMIT}"
|
||||
- git push https://Anuken:${GH_PUSH_TOKEN}@github.com/mindustrygame/wiki
|
||||
- git push https://Anuken:${GH_PUSH_TOKEN}@github.com/MindustryGame/wiki
|
||||
deploy:
|
||||
provider: releases
|
||||
skip_cleanup: true
|
||||
|
||||
Reference in New Issue
Block a user