Skip to content

Commit 6801843

Browse files
committed
update appvoyer
1 parent dd6a205 commit 6801843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)