File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ install:
3838 - git clone https://github.com/Microsoft/vcpkg
3939 - cd vcpkg
4040 - powershell -exec bypass scripts\bootstrap.ps1
41- - echo %cd%\vcpkg\scripts\buildsystems\vcpkg.cmake
4241 - .\vcpkg integrate install
4342 - .\vcpkg install zlib:%PLATFORM%-windows%POSTVCPKGNAME% openssl:%PLATFORM%-windows%POSTVCPKGNAME%
4443 - cd ..
@@ -47,7 +46,8 @@ build_script:
4746 - if %platform%==x86 set generator=Visual Studio 15 2017
4847 - if %platform%==x64 set generator=Visual Studio 15 2017 Win64
4948 - cmd : echo %generator% %SHARED% %configuration%
50- - cmd : cmake .. -G"%generator%" -DBUILD_SHARED_LIBS=%SHARED% -DCMAKE_INSTALL_PREFIX=./output -DCMAKE_TOOLCHAIN_FILE="%CD%\vcpkg\scripts\buildsystems\vcpkg.cmake"
49+ - cmd : echo %cd%\vcpkg\scripts\buildsystems\vcpkg.cmake
50+ - cmd : cmake .. -G"%generator%" -DBUILD_SHARED_LIBS=%SHARED% -DCMAKE_INSTALL_PREFIX=./output "-DCMAKE_TOOLCHAIN_FILE=%CD%\vcpkg\scripts\buildsystems\vcpkg.cmake"
5151 - cmd : cmake --build . --target INSTALL --config %configuration%
5252 - 7z a vc140_%configuration%_%PLATFORM%_%POSTFIXNAME%.zip -i!%APPVEYOR_BUILD_FOLDER%\build\output\*
5353 - appveyor PushArtifact vc140_%configuration%_%PLATFORM%_%POSTFIXNAME%.zip
You can’t perform that action at this time.
0 commit comments