Changeset 981e0a38 for .appveyor.yml
- Timestamp:
- Sep 24, 2018, 10:41:52 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
- Children:
- 205fe43
- Parents:
- 073b969
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.appveyor.yml
r073b969 r981e0a38 45 45 - ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\"" 46 46 47 - "SET PATH=%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%" 48 47 49 # Check that we have the expected version and architecture for Python 48 - " %PYTHONDIR%\\python.exe--version"49 - " %PYTHONDIR%\\python.exe-c \"import struct; print(struct.calcsize('P') * 8)\""50 - "python --version" 51 - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" 50 52 51 - " %PYTHONDIR%\\python.exe-m pip install --disable-pip-version-check --user --upgrade pip"52 - " %PYTHONDIR%\\python.exe-m pip install --upgrade setuptools"53 - "python -m pip install --disable-pip-version-check --user --upgrade pip" 54 - "python -m pip install --upgrade setuptools" 53 55 54 56 # We need wheel installed to build wheels 55 - "%PYTHONDIR%\\python.exe -m pip install wheel" 56 57 - "SET PATH=%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%" 57 - "python -m pip install wheel" 58 58 59 59 before_build:
Note: See TracChangeset
for help on using the changeset viewer.