Changeset 92ab78e
- Timestamp:
- Sep 30, 2017, 11:50:31 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:
- 3cc0022
- Parents:
- 7d3b6b8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.appveyor.yml
r7d3b6b8 r92ab78e 52 52 53 53 before_build: 54 - "bash scripts/get_waf.sh --python=%PYTHON%\\python.exe"54 - "bash scripts/get_waf.sh" 55 55 56 56 build_script: -
scripts/get_waf.sh
r7d3b6b8 r92ab78e 23 23 tar xf $WAFTARBALL 24 24 pushd waf-$WAFVERSION 25 [ -x $PYTHON ] || PYTHON=`which python` 25 26 NOCLIMB=1 python waf-light --tools=c_emscripten,syms $* 26 27
Note: See TracChangeset
for help on using the changeset viewer.