ok
This commit is contained in:
parent
033a0c139e
commit
bb13c2cd15
@ -7,8 +7,9 @@ configuration:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- cmd: git clone https://github.com/ogrisel/python-appveyor-demo
|
- cmd: git clone https://github.com/ogrisel/python-appveyor-demo
|
||||||
- cmd: copy python-appvegor-demo\appvegor\install.ps1 install.ps1
|
- cmd: mkdir appveyor
|
||||||
- ps: install.ps1
|
- cmd: copy python-appveyor-demo\appvegor\install.ps1 appveyor\install.ps1
|
||||||
|
- ps: appvegor\install.ps1
|
||||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||||
- "python --version"
|
- "python --version"
|
||||||
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user