1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-12 17:12:10 +01:00
GPXSee/.appveyor.yml

55 lines
1.1 KiB
YAML
Raw Normal View History

Squashed commit of the following: commit f819840aff5869308de57eed890f00b438c262aa Merge: 46bf281 49470f2 Author: Hosted Weblate <hosted@weblate.org> Date: Tue Oct 9 00:01:42 2018 +0200 Merge branch 'origin/master' into Weblate commit 49470f22b2b71c70fd6adebe3a397d42ef8a8e12 Merge: 078b272 ed03e31 Author: Hosted Weblate <hosted@weblate.org> Date: Mon Oct 8 23:56:36 2018 +0200 Merge branch 'origin/master' into Weblate commit ed03e319490723772f83d03aafc605798bf5c71d Merge: ce41409 605b09c Author: Hosted Weblate <hosted@weblate.org> Date: Mon Oct 8 23:53:56 2018 +0200 Merge branch 'origin/master' into Weblate commit 605b09c195f05d959f623fe2d5c84c2eabe8a810 Author: Allan Nordhøy <epost@anotheragency.no> Date: Mon Oct 8 20:26:04 2018 +0000 Translated using Weblate (Norwegian Bokmål) Currently translated at 92.2% (299 of 324 strings) Translation: GPXSee/Translations Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/nb/ commit 0898953674ec7dbf570f284d27559e779b7df28e Merge: fd0401a 869fdf5 Author: Hosted Weblate <hosted@weblate.org> Date: Mon Oct 8 22:24:40 2018 +0200 Merge branch 'origin/master' into Weblate commit 869fdf5982d9c4d7ec5e1fc29d07f1e52fbf4735 Merge: 7fe5189 aa32415 Author: Hosted Weblate <hosted@weblate.org> Date: Mon Oct 8 22:09:51 2018 +0200 Merge branch 'origin/master' into Weblate commit aa32415adb4bb9e5aea7340e1173004e97d00a14 Author: jan madsen <jsm@janz.dk> Date: Mon Oct 8 12:01:51 2018 +0000 Translated using Weblate (Danish) Currently translated at 85.4% (275 of 322 strings) Translation: GPXSee/Translations Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/da/ commit c1a64d2c0b3e9e248a9002a600658bd1fc4d889d Author: jan madsen <jsm@janz.dk> Date: Mon Oct 8 10:53:55 2018 +0000 Translated using Weblate (Danish) Currently translated at 34.1% (110 of 322 strings) Translation: GPXSee/Translations Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/da/ commit 31bbdba5481fbe0120e43bb30d02b896e663a9b5 Author: jan madsen <jsm@janz.dk> Date: Mon Oct 8 10:36:54 2018 +0000 Translated using Weblate (Danish) Currently translated at 19.8% (64 of 322 strings) Translation: GPXSee/Translations Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/da/
2018-10-09 00:18:17 +02:00
version: 6.3.{build}
2017-08-15 15:49:28 +02:00
configuration: Release
platform: Any CPU
environment:
NSISDIR: C:\Program Files (x86)\NSIS
matrix:
- QTDIR: C:\Qt\5.11\msvc2015
2017-08-15 15:49:28 +02:00
PLATFORM: x86
NSI: gpxsee.nsi
OPENSSLDIR: C:\OpenSSL-Win32\bin
- QTDIR: C:\Qt\5.11\msvc2015_64
2017-08-15 15:49:28 +02:00
PLATFORM: x86_amd64
NSI: gpxsee64.nsi
OPENSSLDIR: C:\OpenSSL-Win64\bin
install:
- cmd: >-
set PATH=%QTDIR%\bin;%NSISDIR%;%PATH%
2017-08-15 15:58:23 +02:00
2017-08-15 15:49:28 +02:00
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %PLATFORM%
build_script:
- cmd: >-
lrelease gpxsee.pro
2017-08-15 15:58:23 +02:00
2017-08-15 15:49:28 +02:00
qmake gpxsee.pro
2017-08-15 15:58:23 +02:00
2017-08-15 15:49:28 +02:00
nmake release
2017-08-15 15:58:23 +02:00
2017-08-15 15:49:28 +02:00
md installer
2017-08-15 15:58:23 +02:00
2017-08-15 15:49:28 +02:00
copy release\GPXSee.exe installer
2017-08-15 15:58:23 +02:00
2017-08-15 15:49:28 +02:00
windeployqt --no-svg --release installer\GPXSee.exe
2017-08-15 15:58:23 +02:00
2018-10-09 01:16:34 +02:00
copy pkg\%NSI% installer
copy pkg\macros.nsh installer
2017-08-15 15:58:23 +02:00
2018-02-10 10:26:06 +01:00
xcopy pkg\csv installer\csv /i
2018-01-30 00:10:43 +01:00
xcopy pkg\maps installer\maps /i
2018-02-09 00:11:06 +01:00
xcopy lang\*.qm installer\translations\ /sy
2017-08-15 15:58:23 +02:00
2017-08-15 15:49:28 +02:00
copy licence.txt installer
2017-08-15 15:58:23 +02:00
2018-10-09 01:16:34 +02:00
copy %OPENSSLDIR%\libeay32.dll installer
copy %OPENSSLDIR%\ssleay32.dll installer
2017-08-15 15:49:28 +02:00
2017-08-15 15:58:23 +02:00
2017-08-15 15:49:28 +02:00
makensis.exe installer\%NSI%
artifacts:
2018-01-08 23:47:45 +01:00
- path: installer\GPXSee-*.exe