0

Update travis configuration to pull correct minecraft JAR

MC_VERSION will need to be adjusted as part of each update
This commit is contained in:
Thomas Lake
2013-07-25 10:55:58 +01:00
parent f87dcee6f1
commit 4173f31d6b

View File

@@ -3,6 +3,8 @@ python:
- "2.6" - "2.6"
- "2.7" - "2.7"
# - "3.2" # - "3.2"
env:
- MC_VERSION=1.6.2
before_install: before_install:
- wget http://hg.effbot.org/pil-117/raw/f356a1f64271/libImaging/Imaging.h - wget http://hg.effbot.org/pil-117/raw/f356a1f64271/libImaging/Imaging.h
- wget http://hg.effbot.org/pil-117/raw/f356a1f64271/libImaging/ImPlatform.h - wget http://hg.effbot.org/pil-117/raw/f356a1f64271/libImaging/ImPlatform.h
@@ -12,7 +14,7 @@ install:
- python setup.py build - python setup.py build
before_script: before_script:
- git clone git://github.com/overviewer/Minecraft-Overviewer-Addons.git ~/mcoa/ - git clone git://github.com/overviewer/Minecraft-Overviewer-Addons.git ~/mcoa/
- wget -N http://s3.amazonaws.com/MinecraftDownload/minecraft.jar -P ~/.minecraft/bin/ - wget -N https://s3.amazonaws.com/Minecraft.Download/versions/${MC_VERSION}/${MC_VERSION}.jar -P ~/.minecraft/versions/${MC_VERSION}/
script: script:
- python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting -p1 - python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting -p1
notifications: notifications: