mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-03-25 07:48:26 +01:00
Revert "Use jom in Windows CI builds"
This reverts commit 38abffda178b7695b1d2db7fff815a4f6411ef7a.
This commit is contained in:
parent
74e322860f
commit
cf84680bc6
@ -8,7 +8,6 @@ image:
|
||||
|
||||
environment:
|
||||
NSISDIR: C:\Program Files (x86)\NSIS
|
||||
JOMDIR: C:\Qt\Tools\QtCreator\bin
|
||||
matrix:
|
||||
- QTDIR: C:\Qt\5.15\msvc2019_64
|
||||
OPENSSLDIR: C:\OpenSSL-v111-Win64\bin
|
||||
@ -18,14 +17,14 @@ environment:
|
||||
|
||||
install:
|
||||
- cmd: |-
|
||||
set PATH=%QTDIR%\bin;%NSISDIR%;%JOMDIR%;%PATH%
|
||||
set PATH=%QTDIR%\bin;%NSISDIR%;%PATH%
|
||||
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat
|
||||
|
||||
build_script:
|
||||
- cmd: |-
|
||||
lrelease gpxsee.pro
|
||||
qmake gpxsee.pro
|
||||
jom release
|
||||
nmake release
|
||||
|
||||
md installer
|
||||
copy release\GPXSee.exe installer
|
||||
|
Loading…
x
Reference in New Issue
Block a user