Changeset bf3f09b for .appveyor.yml
- Timestamp:
- Nov 21, 2018, 12:59:31 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
- Children:
- e893e6fe
- Parents:
- d06c9a4 (diff), 5eea3b2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.appveyor.yml
rd06c9a4 rbf3f09b 3 3 4 4 environment: 5 6 global:7 CUSTOM64PATH: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin8 5 9 6 matrix: … … 44 41 45 42 install: 46 47 43 - ECHO "Installed SDKs:" 48 44 - ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\"" 49 45 50 46 - "SET PATH=%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%" 51 52 - if [%PYTHON_ARCH%]==[64] SET PATH=%CUSTOM64PATH%;%PATH%53 47 54 48 # Check that we have the expected version and architecture for Python … … 72 66 # clean before building python package 73 67 - python waf distclean 74 # build python module without using libaubio75 - pip wheel -v -v -v --wheel-dir=dist .76 68 # build, upload and install wheel (inspired by numpy's appveyor) 77 69 - ps: |
Note: See TracChangeset
for help on using the changeset viewer.