Changeset b801583
- Timestamp:
- Sep 24, 2018, 11:09:38 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:
- 6e4dc1b
- Parents:
- 205fe43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.appveyor.yml
r205fe43 rb801583 63 63 64 64 build_script: 65 # also build libaubio with waf 66 - python waf distclean configure build install --verbose --msvc_version="msvc 14.0" 65 67 # build python module without using libaubio 66 68 - pip wheel -v -v -v --wheel-dir=dist . 67 # also build libaubio with waf 68 - python waf distclean configure build install --verbose --msvc_version="msvc 14.0" 69 - ps: | 70 # build, upload and install wheel (inspired by numpy's appveyor) 71 pip wheel -v -v -v --wheel-dir=dist . 72 ls dist -r | Foreach-Object { 73 Push-AppveyorArtifact $_.FullName 74 pip install $_.FullName 75 } 69 76 70 77 test_script:
Note: See TracChangeset
for help on using the changeset viewer.