summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-10-26 10:33:33 +0200
committerBehdad Esfahbod <behdad@behdad.org>2016-10-26 10:33:33 +0200
commitb6c765871b752c9436ec993e47b48f9d4fecaed5 (patch)
tree8266c5e4811d3eb7515bb2553e800b25ecb496c0 /appveyor.yml
parent0e79ebb3ca9b7b6d238a0007e5ca022845ee9afc (diff)
[ci] Fix appveyor.yml syntax error
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 06530007..ddcc9a41 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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: