Update appveyor.yaml to try and fix the build issue
This commit is contained in:
parent
c703b7a5e1
commit
6c7c13ad90
|
@ -12,9 +12,11 @@ install:
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: '%PYTHON%\\python.exe setup.py bdist_wininst'
|
- cmd: '%PYTHON%\\python.exe setup.py bdist_wininst'
|
||||||
|
|
||||||
|
build: off
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- pygtk-all-in-one-2.24.2.win32-py2.7.msi
|
- pygtk-all-in-one-2.24.2.win32-py2.7.msi
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- dists/openxenmanager-*.win32.exe
|
- dists/openxenmanager-*.win32.exe
|
||||||
name: OpenXenManager_Installer
|
name: OpenXenManager_Installer
|
Loading…
Reference in New Issue