Appveyor build

stdint.h download fix
This commit is contained in:
maxirmx 2015-10-12 00:50:34 +03:00
parent b73c7ab45e
commit 91ec215590
2 changed files with 5 additions and 1 deletions

View File

@ -29,6 +29,10 @@ install:
# Installed SDKs
- ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""
# Checking stdint.h
- ps: "ls \"C:/projects/include""
# Check that we have the expected version and architecture for Python
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""

View File

@ -239,7 +239,7 @@ function main () {
InstallPython $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
InstallPip $env:PYTHON
InstallStdintH $env:PYTHON_VERSION
Download $pwd.Path + "\..\include"
Download "..\include\stdint.h" $STDINT_H_URL
}
main