Changeset 6e4dc1b
- Timestamp:
- Sep 24, 2018, 11:11:26 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:
- cdc610b
- Parents:
- b801583
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.appveyor.yml
rb801583 r6e4dc1b 67 67 # build python module without using libaubio 68 68 - pip wheel -v -v -v --wheel-dir=dist . 69 - ps: |70 # build, upload and install wheel (inspired by numpy's appveyor)69 # build, upload and install wheel (inspired by numpy's appveyor) 70 - ps: | 71 71 pip wheel -v -v -v --wheel-dir=dist . 72 72 ls dist -r | Foreach-Object {
Note: See TracChangeset
for help on using the changeset viewer.