Yet another attempt to get travis working
I am bad at this
This commit is contained in:
@@ -15,7 +15,8 @@ install:
|
||||
- python setup.py build
|
||||
before_script:
|
||||
- git clone git://github.com/overviewer/Minecraft-Overviewer-Addons.git ~/mcoa/
|
||||
- wget -N https://launcher.mojang.com/mc/game/1.13/client/c0b970952cdd279912da384cdbfc0c26e6c6090b/client.jar -P ~/.minecraft/versions/${MC_VERSION}/ -O ${MC_VERSION}.jar
|
||||
- mkdir -p ~/.minecraft/versions/${MC_VERSION}/
|
||||
- wget -N https://launcher.mojang.com/mc/game/1.13/client/c0b970952cdd279912da384cdbfc0c26e6c6090b/client.jar -O ~/.minecraft/versions/${MC_VERSION}/${MC_VERSION}.jar
|
||||
script:
|
||||
- PYTHONPATH=. python test/test_all.py
|
||||
- python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting -p1
|
||||
|
||||
Reference in New Issue
Block a user