Commit 6efd3957 authored by mercury233's avatar mercury233

unzip -q

parent 18c53de0
...@@ -10,7 +10,7 @@ addons: ...@@ -10,7 +10,7 @@ addons:
- github.com - github.com
before_install: before_install:
- brew update; brew install freetype - brew update; brew install freetype
- curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://downloads.sourceforge.net/irrlicht/irrlicht-1.8.4.zip; unzip irrlicht-1.8.4.zip - curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name http://downloads.sourceforge.net/irrlicht/irrlicht-1.8.4.zip; unzip -q irrlicht-1.8.4.zip
- cp -r irrlicht-1.8.4/source/Irrlicht/MacOSX source/Irrlicht/ - cp -r irrlicht-1.8.4/source/Irrlicht/MacOSX source/Irrlicht/
script: script:
......
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