Commit 6b3e38b9 authored by mercury233's avatar mercury233

appveyor

test irrlicht patch
parent d8e7af68
......@@ -16,10 +16,12 @@ install:
- ps: Start-FileDownload http://download.savannah.gnu.org/releases/freetype/freetype-2.5.5.tar.bz2
- 7z x freetype-2.5.5.tar.bz2 && 7z x freetype-2.5.5.tar
- move freetype-2.5.5 freetype
- ps: Start-FileDownload http://sourceforge.mirrorservice.org/i/ir/irrlicht/Irrlicht%20SDK/1.8/1.8.4/irrlicht-1.8.4.zip
- 7z x irrlicht-1.8.4.zip
- move irrlicht-1.8.4\source\Irrlicht irrlicht
- move irrlicht-1.8.4\include irrlicht\include
- ps: Start-FileDownload http://sourceforge.mirrorservice.org/i/ir/irrlicht/Irrlicht%20SDK/1.8/irrlicht-1.8.zip
- 7z x irrlicht-1.8.zip
- md irrlicht
- move irrlicht-1.8\source\Irrlicht irrlicht\src
- move irrlicht-1.8\include irrlicht\include
- patch -p0 < irrlicht.patch
- ps: Start-FileDownload https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz
- 7z x libevent-2.0.22-stable.tar.gz && 7z x libevent-2.0.22-stable.tar
- move libevent-2.0.22-stable event
......
This diff is collapsed.
This diff is collapsed.
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