Commit bdac315c authored by nanahira's avatar nanahira

chainci

parent 3a70cc87
...@@ -52,9 +52,6 @@ before_install: ...@@ -52,9 +52,6 @@ before_install:
sudo cp -rf build/Release/libIrrlicht.a /usr/local/lib/; sudo cp -rf build/Release/libIrrlicht.a /usr/local/lib/;
sudo cp -rf ../../../include /usr/local/include/irrlicht; sudo cp -rf ../../../include /usr/local/include/irrlicht;
cd ../../../../; cd ../../../../;
fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://www.ambiera.at/downloads/irrKlang-32bit-1.5.0.zip; curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://www.ambiera.at/downloads/irrKlang-32bit-1.5.0.zip;
unzip -q irrKlang-32bit-1.5.0.zip; unzip -q irrKlang-32bit-1.5.0.zip;
mv -f irrKlang-1.5.0 irrklang; mv -f irrKlang-1.5.0 irrklang;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment