We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001e5aa commit 404707eCopy full SHA for 404707e
.appveyor.yml
@@ -59,7 +59,7 @@ install:
59
}
60
61
build_script:
62
- - set-location C:\projects\websocket-lite\build\
+ - cd C:\projects\websocket-lite\build\
63
- if %platform%==x86 set generator=Visual Studio 15 2017
64
- if %platform%==x64 set generator=Visual Studio 15 2017 Win64
65
- if %POSTFIXNAME%==MT set VCPKGFLAGS=-DVCPKG_TARGET_TRIPLET=%platform%-windows-static
0 commit comments