mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-23 15:14:24 +02:00
Add QtPBFImagePlugin to the Windows build
This commit is contained in:
@ -10,10 +10,12 @@ environment:
|
||||
NSISDIR: C:\Program Files (x86)\NSIS
|
||||
JOMDIR: C:\Qt\Tools\QtCreator\bin\jom
|
||||
matrix:
|
||||
- QTDIR: C:\Qt\5.15\msvc2019_64
|
||||
- job_name: Qt5
|
||||
QTDIR: C:\Qt\5.15\msvc2019_64
|
||||
OPENSSLDIR: C:\OpenSSL-v111-Win64\bin
|
||||
NSISDEF: /DOPENSSL /DANGLE
|
||||
- QTDIR: C:\Qt\6.8\msvc2022_64
|
||||
- job_name: Qt6
|
||||
QTDIR: C:\Qt\6.8\msvc2022_64
|
||||
NSISDEF: /DQT6
|
||||
|
||||
install:
|
||||
@ -27,9 +29,12 @@ build_script:
|
||||
qmake gpxsee.pro
|
||||
jom release
|
||||
|
||||
after_build:
|
||||
- cmd: |-
|
||||
md installer
|
||||
copy release\GPXSee.exe installer
|
||||
windeployqt --release installer\GPXSee.exe
|
||||
curl -o installer\plugins\imageformats\pbf4.dll https://ci.appveyor.com/api/projects/tumic0/QtPBFImagePlugin/artifacts/release/pbf4.dll?job=%job_name%
|
||||
copy pkg\windows\gpxsee64.nsi installer
|
||||
xcopy data\CRS installer\CRS /i
|
||||
xcopy data\maps installer\maps /i
|
||||
@ -38,7 +43,6 @@ build_script:
|
||||
copy licence.txt installer
|
||||
IF DEFINED OPENSSLDIR (copy %OPENSSLDIR%\libcrypto-*-x64.dll installer)
|
||||
IF DEFINED OPENSSLDIR (copy %OPENSSLDIR%\libssl-*-x64.dll installer)
|
||||
|
||||
makensis.exe %NSISDEF% installer\gpxsee64.nsi
|
||||
|
||||
artifacts:
|
||||
|
Reference in New Issue
Block a user