mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-03-03 15:01:05 +01:00
Compare commits
No commits in common. "bff8c7229c7d49373239af6732198a5f2a805c69" and "6a32f0a4471060b2bd3f686fb04b06d050a66f4c" have entirely different histories.
bff8c7229c
...
6a32f0a447
@ -7,7 +7,7 @@ image:
|
|||||||
- Visual Studio 2022
|
- Visual Studio 2022
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
VCPKGDIR: C:\tools\vcpkg\installed\x64-windows
|
VCPKGDIR: C:\tools\vcpkg\installed\x64-windows-static
|
||||||
matrix:
|
matrix:
|
||||||
- QTDIR: C:\Qt\5.15\msvc2019_64
|
- QTDIR: C:\Qt\5.15\msvc2019_64
|
||||||
- QTDIR: C:\Qt\6.5\msvc2019_64
|
- QTDIR: C:\Qt\6.5\msvc2019_64
|
||||||
@ -16,8 +16,8 @@ install:
|
|||||||
- cmd: |-
|
- cmd: |-
|
||||||
set PATH=%QTDIR%\bin;%VCPKGDIR%\tools\protobuf;%PATH%
|
set PATH=%QTDIR%\bin;%VCPKGDIR%\tools\protobuf;%PATH%
|
||||||
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat
|
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat
|
||||||
vcpkg install protobuf:x64-windows
|
vcpkg install protobuf:x64-windows-static
|
||||||
vcpkg install zlib:x64-windows
|
vcpkg install zlib:x64-windows-static
|
||||||
copy /y %VCPKGDIR%\lib\zlib.lib %VCPKGDIR%\lib\zlibstatic.lib
|
copy /y %VCPKGDIR%\lib\zlib.lib %VCPKGDIR%\lib\zlibstatic.lib
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
@ -26,7 +26,7 @@ build_script:
|
|||||||
nmake release
|
nmake release
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: release\pbf.dll
|
- path: pbf.dll
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- C:\tools\vcpkg\installed\
|
- C:\tools\vcpkg\installed\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user