1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-27 21:24:47 +01:00

Added missing newlines

This commit is contained in:
Martin Tůma 2017-08-15 15:58:23 +02:00
parent dcc5cbe9bc
commit 77823fba14

View File

@ -15,24 +15,38 @@ environment:
install: install:
- cmd: >- - cmd: >-
set PATH=%QTDIR%\bin;%NSISDIR%;%PATH% set PATH=%QTDIR%\bin;%NSISDIR%;%PATH%
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %PLATFORM% call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %PLATFORM%
build_script: build_script:
- cmd: >- - cmd: >-
lrelease gpxsee.pro lrelease gpxsee.pro
qmake gpxsee.pro qmake gpxsee.pro
nmake release nmake release
md installer md installer
copy release\GPXSee.exe installer copy release\GPXSee.exe installer
windeployqt --no-svg --release installer\GPXSee.exe windeployqt --no-svg --release installer\GPXSee.exe
copy pkg\%NSI% installer copy pkg\%NSI% installer
copy pkg\datums.csv installer copy pkg\datums.csv installer
copy pkg\ellipsoids.csv installer copy pkg\ellipsoids.csv installer
copy pkg\maps.txt installer copy pkg\maps.txt installer
copy licence.txt installer copy licence.txt installer
copy %OPENSSLDIR%\libeay32.dll installer copy %OPENSSLDIR%\libeay32.dll installer
copy %OPENSSLDIR%\ssleay32.dll installer copy %OPENSSLDIR%\ssleay32.dll installer
makensis.exe installer\%NSI% makensis.exe installer\%NSI%
artifacts: artifacts:
- path: installer\GPXSee-*.exe - path: installer\GPXSee-*.exe