AppVeyor - Add installer script

The installer building step is disabled, but it can be executed
offline using NSIS 3.05
This commit is contained in:
Ale Martinez
2020-04-28 21:03:16 -03:00
parent ff433dcf76
commit 28645ff7b0
2 changed files with 1241 additions and 0 deletions

View File

@@ -138,9 +138,13 @@ after_build:
- echo. >> license.txt
- type ..\..\COPYING >> license.txt
- copy ..\Resources\win32\gc.ico
# Installer script
- copy ..\Resources\win32\GC3.6-Dev-Master-W64-QT5.14.2.nsi
# cleanup and pack
- del *.h *.cpp *.obj *.pdb *.res
- 7z a ..\..\GoldenCheetah_dev_64bit_Windows.zip *
# Build the installer (disabled)
#- C:\"Program Files (x86)"\NSIS\makensis /NOCONFIG GC3.6-Dev-Master-W64-QT5.14.2.nsi || exit 0
test_script:
# minimum test
@@ -149,3 +153,4 @@ test_script:
artifacts:
- path: GoldenCheetah_dev_64bit_Windows.zip
#- path: GoldenCheetah_dev_64bit_Windows.exe

File diff suppressed because it is too large Load Diff