[ci] Fix appveyor.yml syntax error

This commit is contained in:
Behdad Esfahbod 2016-10-26 10:33:33 +02:00
parent 0e79ebb3ca
commit b6c765871b
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ install:
- 'if "%compiler%"=="msvc" cd vcpkg'
- 'if "%compiler%"=="msvc" powershell -exec bypass scripts\bootstrap.ps1'
- 'if "%compiler%"=="msvc" vcpkg install freetype:%VCPKG_ARCH%'
- 'if "%compiler%"=="msvc" copy installed\%VCPKG_ARCH%\debug\lib\freetyped.lib installed\%VCPKG_ARCH%\lib"
- 'if "%compiler%"=="msvc" copy installed\%VCPKG_ARCH%\debug\lib\freetyped.lib installed\%VCPKG_ARCH%\lib'
- 'if "%compiler%"=="msvc" cd ..'
build_script: