Skip to content

Commit

Permalink
BUILD: Also download the GNU iconv DLL on AppVeyor
Browse files Browse the repository at this point in the history
Needed for our unit tests.
  • Loading branch information
DrMcCoy committed Dec 23, 2016
1 parent a6b9202 commit bab3c82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ install:
- if not exist libs\%LIBSDL2%.tar.gz cmake -E chdir libs curl -OfsSL https://www.libsdl.org/release/%LIBSDL2%.tar.gz
- if not exist libs\%LIBFT2%-lib.zip cmake -E chdir libs curl -OfsSL http://sourceforge.net/projects/gnuwin32/files/freetype/2.3.5-1/%LIBFT2%-lib.zip
- if not exist libs\%LIBICONV%-lib.zip cmake -E chdir libs curl -OfsSL http://sourceforge.net/projects/gnuwin32/files/libiconv/1.9.2-1/%LIBICONV%-lib.zip
- if not exist libs\%LIBICONV%-bin.zip cmake -E chdir libs curl -OfsSL http://sourceforge.net/projects/gnuwin32/files/libiconv/1.9.2-1/%LIBICONV%-bin.zip
- if not exist libs\%LIBMAD%.tar.gz cmake -E chdir libs curl -OfsSL ftp://ftp.mars.org/pub/mpeg/%LIBMAD%.tar.gz
- if not exist libs\%LIBFAAD%.tar.bz2 cmake -E chdir libs curl -OfsSL http://downloads.sourceforge.net/faac/%LIBFAAD%.tar.bz2
- if not exist libs\%LIBOGG%.tar.xz cmake -E chdir libs curl -OfsSL http://downloads.xiph.org/releases/ogg/%LIBOGG%.tar.xz
Expand All @@ -80,6 +81,9 @@ install:
- cmake -E make_directory libs\%LIBICONV%-lib
- cmake -E chdir libs/%LIBICONV%-lib cmake -E tar xf ../%LIBICONV%-lib.zip

- cmake -E make_directory libs\%LIBICONV%-bin
- cmake -E chdir libs/%LIBICONV%-bin cmake -E tar xf ../%LIBICONV%-bin.zip

- cmake -E chdir libs/xz msbuild windows\xz_win.sln /p:Configuration=Release /p:Platform=%MSBUILD_PLATFORM% /verbosity:quiet
- cmake -E make_directory %LIBXZ_DESTDIR%
- cmake -E make_directory %LIBXZ_DESTDIR%\include
Expand Down

0 comments on commit bab3c82

Please sign in to comment.