Changeset 205fe43
- Timestamp:
- Sep 24, 2018, 10:49:57 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:
- b801583
- Parents:
- 981e0a38
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.appveyor.yml
r981e0a38 r205fe43 57 57 - "python -m pip install wheel" 58 58 59 - "pip install -r requirements.txt" 60 59 61 before_build: 60 62 - "bash scripts/get_waf.sh" … … 62 64 build_script: 63 65 # build python module without using libaubio 64 - "%PYTHONDIR%\\python.exe -m pip install -r requirements.txt" 65 - "python setup.py build" 66 - "%PYTHONDIR%\\python.exe -m pip install ." 66 - 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 70 test_script: 67 71 - "python python\\demos\\demo_create_test_sounds.py" 68 72 - "nose2 --verbose" 69 # clean up70 - "python waf distclean"71 # build libaubio72 - python waf configure build --verbose --msvc_version="msvc 14.0"
Note: See TracChangeset
for help on using the changeset viewer.