Fix zip extraction command.

This commit is contained in:
Roger A. Light 2015-03-03 12:00:56 +00:00
parent e251ff69d1
commit ce5b497b9b

View File

@ -6,7 +6,7 @@ install:
- Win32OpenSSL-1_0_2.exe /silent /verysilent /sp- /suppressmsgboxes
- appveyor DownloadFile ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip
- md C:\pthreads
- 7z e pthreads-w32-2-9-1-release.zip C:\pthreads
- 7za -y x pthreads-w32-2-9-1-release.zip -o C:\pthreads
build: