Implemented craters map, again / Disabled unit editing

This commit is contained in:
Anuken
2019-06-18 20:45:21 -04:00
parent 40a8c52ba1
commit c9520e607f
7 changed files with 60 additions and 53 deletions

View File

@@ -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