mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
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:
@@ -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
|
||||
|
||||
1236
src/Resources/win32/GC3.6-Dev-Master-W64-QT5.14.2.nsi
Normal file
1236
src/Resources/win32/GC3.6-Dev-Master-W64-QT5.14.2.nsi
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user