mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Surrender
This commit is contained in:
parent
f6b15e1acc
commit
f5ec18a13a
@ -2,26 +2,25 @@ version: 7.20.{build}
|
|||||||
configuration: Release
|
configuration: Release
|
||||||
platform: Any CPU
|
platform: Any CPU
|
||||||
environment:
|
environment:
|
||||||
NSISDIR: 'C:\Program Files (x86)\NSIS'
|
NSISDIR: C:\Program Files (x86)\NSIS
|
||||||
MSVCDIR: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build'
|
|
||||||
matrix:
|
matrix:
|
||||||
- QTDIR: C:\Qt\5.14\msvc2017
|
- QTDIR: C:\Qt\5.14\msvc2017
|
||||||
VCVARS: vcvars32.bat
|
VCVARS: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat'
|
||||||
NSI: gpxsee.nsi
|
NSI: gpxsee.nsi
|
||||||
OPENSSLDIR: C:\OpenSSL-v111-Win32\bin
|
OPENSSLDIR: C:\OpenSSL-v111-Win32\bin
|
||||||
LIBCRYPTO: libssl-1_1.dll
|
LIBCRYPTO: libssl-1_1.dll
|
||||||
LIBSSL: libcrypto-1_1.dll
|
LIBSSL: libcrypto-1_1.dll
|
||||||
- QTDIR: C:\Qt\5.14\msvc2017_64
|
- QTDIR: C:\Qt\5.14\msvc2017_64
|
||||||
VCVARS: vcvars64.bat
|
VCVARS: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat'
|
||||||
NSI: gpxsee64.nsi
|
NSI: gpxsee64.nsi
|
||||||
OPENSSLDIR: C:\OpenSSL-v111-Win64\bin
|
OPENSSLDIR: C:\OpenSSL-v111-Win64\bin
|
||||||
LIBCRYPTO: libssl-1_1-x64.dll
|
LIBCRYPTO: libssl-1_1-x64.dll
|
||||||
LIBSSL: libcrypto-1_1-x64.dll
|
LIBSSL: libcrypto-1_1-x64.dll
|
||||||
install:
|
install:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
set PATH=%QTDIR%\bin;%NSISDIR%;%PATH%
|
set PATH=%QTDIR%\bin;%NSISDIR%;%PATH%
|
||||||
|
|
||||||
call "%MSVCDIR%\%VCVARS%"
|
call %VCVARS%
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
|
Loading…
Reference in New Issue
Block a user