mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 17:52:31 +03:00
Appveyor build
stdint.h download fix
This commit is contained in:
parent
b73c7ab45e
commit
91ec215590
|
@ -29,6 +29,10 @@ install:
|
||||||
# Installed SDKs
|
# Installed SDKs
|
||||||
- ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""
|
- 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
|
# Check that we have the expected version and architecture for Python
|
||||||
- "python --version"
|
- "python --version"
|
||||||
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
||||||
|
|
|
@ -239,7 +239,7 @@ function main () {
|
||||||
InstallPython $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
|
InstallPython $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
|
||||||
InstallPip $env:PYTHON
|
InstallPip $env:PYTHON
|
||||||
InstallStdintH $env:PYTHON_VERSION
|
InstallStdintH $env:PYTHON_VERSION
|
||||||
Download $pwd.Path + "\..\include"
|
Download "..\include\stdint.h" $STDINT_H_URL
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
Loading…
Reference in New Issue
Block a user