Changeset 805381a for .appveyor.yml
- Timestamp:
- Sep 25, 2018, 2:08:32 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:
- 8ced1e8
- Parents:
- a2a313f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.appveyor.yml
ra2a313f r805381a 5 5 6 6 global: 7 MINGW_32: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin 8 MINGW_64: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin 7 CUSTOM64PATH: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin 9 8 10 9 matrix: … … 51 50 - "SET PATH=%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%" 52 51 53 #- if [%PYTHON_ARCH%]==[32] SET PATH=%MINGW_32%;%PATH% 54 - if [%PYTHON_ARCH%]==[64] SET PATH=%MINGW_64%;%PATH% 52 - if [%PYTHON_ARCH%]==[64] SET PATH=%CUSTOM64PATH%;%PATH% 55 53 56 54 # Check that we have the expected version and architecture for Python
Note: See TracChangeset
for help on using the changeset viewer.