Changeset 92ab78e


Ignore:
Timestamp:
Sep 30, 2017, 11:50:31 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

.appveyor.yml: try another workaround for appveyor

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .appveyor.yml

    r7d3b6b8 r92ab78e  
    5252
    5353before_build:
    54   - "bash scripts/get_waf.sh --python=%PYTHON%\\python.exe"
     54  - "bash scripts/get_waf.sh"
    5555
    5656build_script:
  • scripts/get_waf.sh

    r7d3b6b8 r92ab78e  
    2323  tar xf $WAFTARBALL
    2424  pushd waf-$WAFVERSION
     25  [ -x $PYTHON ] || PYTHON=`which python`
    2526  NOCLIMB=1 python waf-light --tools=c_emscripten,syms $*
    2627
Note: See TracChangeset for help on using the changeset viewer.