mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-03-02 22:41:04 +01:00
Compare commits
No commits in common. "11e360d9a414308a4154d22cad3ca6094ad54b81" and "9dba35082b44524bf9cd95f37842b0e9475be9ba" have entirely different histories.
11e360d9a4
...
9dba35082b
@ -1,31 +0,0 @@
|
||||
version: 2.4.{build}
|
||||
|
||||
configuration:
|
||||
- Release
|
||||
|
||||
image:
|
||||
- Visual Studio 2022
|
||||
|
||||
environment:
|
||||
VCPKGDIR: C:\tools\vcpkg\installed\x64-windows
|
||||
matrix:
|
||||
- QTDIR: C:\Qt\5.15\msvc2019_64
|
||||
- QTDIR: C:\Qt\6.5\msvc2019_64
|
||||
|
||||
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
|
||||
|
||||
build_script:
|
||||
- cmd: |-
|
||||
qmake PROTOBUF=%VCPKGDIR% ZLIB=%VCPKGDIR% pbfplugin.pro
|
||||
nmake release
|
||||
|
||||
artifacts:
|
||||
- path: pbf.dll
|
||||
|
||||
cache:
|
||||
- C:\tools\vcpkg\installed\
|
Loading…
x
Reference in New Issue
Block a user