mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Use the propper static/dynamic crt triplet
This commit is contained in:
parent
bff8c7229c
commit
450a1458a3
@ -16,8 +16,8 @@ install:
|
||||
- cmd: |-
|
||||
set PATH=%QTDIR%\bin;%VCPKGDIR%\tools\protobuf;%PATH%
|
||||
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat
|
||||
vcpkg install protobuf:x64-windows
|
||||
vcpkg install zlib:x64-windows
|
||||
vcpkg install protobuf:x64-windows-static-md
|
||||
vcpkg install zlib:x64-windows-static-md
|
||||
copy /y %VCPKGDIR%\lib\zlib.lib %VCPKGDIR%\lib\zlibstatic.lib
|
||||
|
||||
build_script:
|
||||
@ -29,4 +29,4 @@ artifacts:
|
||||
- path: release\pbf.dll
|
||||
|
||||
cache:
|
||||
- C:\tools\vcpkg\installed\
|
||||
#- C:\tools\vcpkg\installed\
|
||||
|
Loading…
Reference in New Issue
Block a user