Update appveyor.yml

This commit is contained in:
Egor Pugin 2016-01-14 14:28:46 +03:00
parent bbf25ee871
commit c2e8dd0fc8

View File

@ -15,7 +15,7 @@ before_build:
- set LEPT_VER=1.72
- ps: Start-FileDownload 'https://github.com/DanBloomberg/leptonica/archive/v$env:LEPT_VER.zip' -FileName leptonica.zip
- ps: Start-FileDownload 'https://github.com/DanBloomberg/leptonica/archive/v'$env:LEPT_VER'.zip' -FileName leptonica.zip
- 7z x leptonica.zip
- cmake -Hleptonica-%LEPT_VER% -Bleptonica-%LEPT_VER%/build -G "%generator%"
- msbuild leptonica-%LEPT_VER%/build/leptonica.sln /p:Platform=%vcplatform% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"