diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 17:28:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 17:28:44 -0500 |
commit | 1f6076c033454376af039a69c36999721b8f237c (patch) | |
tree | 71338ccaa5e03cf52647b93a23d907051397fc2e | |
parent | 097242f78de7151d6c6bfae7b8187bd05d63aeed (diff) | |
download | pyParrotZikTCP-1f6076c033454376af039a69c36999721b8f237c.tar.xz pyParrotZikTCP-1f6076c033454376af039a69c36999721b8f237c.zip |
Adding innosetup installer
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index e78eb58..14ad28e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,7 @@ environment: - PYTHON: "C:\\Python27" install: + - appveyor-retry choco install -y InnoSetup - "%PYTHON%\\python.exe -m pip install -r requirements.txt" - "%PYTHON%\\python.exe -m pip install py2exe_py2" - ps: if (-not (Test-Path pygtk-all-in-one-2.24.2.win32-py2.7.msi)) { Start-FileDownload "https://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.2.win32-py2.7.msi" } @@ -17,7 +18,8 @@ build: off after_test: - "%PYTHON%\\python.exe setup.py py2exe" - - "7z a pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip .\\dist\\*" + - "7z a pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip .\\dist\\* + - iscc win32installer.iss artifacts: - path: pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip |