mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
AppVeyor - Remove zip generation and rename installer
Since the installer is working we don't need the zip anymore [skip travis]
This commit is contained in:
11
appveyor.yml
11
appveyor.yml
@@ -154,12 +154,9 @@ after_build:
|
||||
# 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
|
||||
- makensis GC3.6-Dev-Master-W64-QT5.14.2.nsi
|
||||
- move GoldenCheetah_v3.6-DEV_64bit_Windows.exe ..\..
|
||||
|
||||
test_script:
|
||||
# minimum test
|
||||
@@ -167,7 +164,5 @@ test_script:
|
||||
- cd ..\..
|
||||
|
||||
artifacts:
|
||||
- path: GoldenCheetah_dev_64bit_Windows.zip
|
||||
|
||||
- path: src\release\GoldenCheetah_v3.6-DEV_64bit_Windows.exe
|
||||
name: GoldenCheetah_v3.6-DEV_64bit_Windows Installer
|
||||
- path: GoldenCheetah_v3.6-DEV_64bit_Windows.exe
|
||||
name: GC Installer
|
||||
|
||||
Reference in New Issue
Block a user