Switch to homemade PySide build for windows
This commit is contained in:
parent
3f7e66c533
commit
97d9574aca
@ -27,8 +27,10 @@ os: Windows Server 2012
|
|||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- PYTHON: "c:\\python27"
|
- PYTHON: "c:\\python27"
|
||||||
|
- WHL_ARCH: 32
|
||||||
|
|
||||||
- PYTHON: "c:\\python27-x64"
|
- PYTHON: "c:\\python27-x64"
|
||||||
|
- WHL_ARCH: _amd64
|
||||||
|
|
||||||
global:
|
global:
|
||||||
MCEDIT_BUILD_VERSION: $(APPVEYOR_REPO_TAG_NAME)
|
MCEDIT_BUILD_VERSION: $(APPVEYOR_REPO_TAG_NAME)
|
||||||
@ -38,6 +40,7 @@ environment:
|
|||||||
install:
|
install:
|
||||||
# by default, all script lines are interpreted as batch
|
# by default, all script lines are interpreted as batch
|
||||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||||
|
- pip install https://github.com/mcedit/mcedit2-deps/raw/master/wheels/PySide-1.2.2-cp27-none-win%WHL_ARCH%.whl
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install git+http://github.com/pyinstaller/pyinstaller
|
- pip install git+http://github.com/pyinstaller/pyinstaller
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user