Changeset b84599d4
- Timestamp:
- Sep 30, 2017, 11:41:48 PM (7 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:
- 7d3b6b8
- Parents:
- 638190b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.appveyor.yml
r638190b rb84599d4 52 52 53 53 before_build: 54 - bash scripts/get_waf.sh 54 - bash scripts/get_waf.sh --python=%PYTHON%\\python.exe 55 55 56 56 build_script: -
scripts/get_waf.sh
r638190b rb84599d4 23 23 tar xf $WAFTARBALL 24 24 pushd waf-$WAFVERSION 25 NOCLIMB=1 python waf-light --tools=c_emscripten,syms 25 NOCLIMB=1 python waf-light --tools=c_emscripten,syms $* 26 26 27 27 popd
Note: See TracChangeset
for help on using the changeset viewer.