Commit b87da57b authored by nanahira's avatar nanahira

Update .travis.yml

parent 579d3d8c
...@@ -18,8 +18,7 @@ before_install: ...@@ -18,8 +18,7 @@ before_install:
- unzip -q irrlicht-1.8.4.zip - unzip -q irrlicht-1.8.4.zip
- cd irrlicht-1.8.4/ - cd irrlicht-1.8.4/
- cp -rf ../premake/irrlicht/irrlicht-mac.patch . - curl --location --retry 5 https://github.com/moecube/ygopro/raw/master/premake/irrlicht/irrlicht-mac.patch | patch -p1
- patch -p1 < irrlicht-mac.patch
- cd source/Irrlicht/MacOSX/ - cd source/Irrlicht/MacOSX/
- xcodebuild -project MacOSX.xcodeproj > /dev/null - xcodebuild -project MacOSX.xcodeproj > /dev/null
- cp build/Release/libIrrlicht.a /usr/local/lib/ - cp build/Release/libIrrlicht.a /usr/local/lib/
......
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