Changeset b84599d4


Ignore:
Timestamp:
Sep 30, 2017, 11:41:48 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:
7d3b6b8
Parents:
638190b
Message:

.appveyor.yml: set python.exe explicitely

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .appveyor.yml

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

    r638190b rb84599d4  
    2323  tar xf $WAFTARBALL
    2424  pushd waf-$WAFVERSION
    25   NOCLIMB=1 python waf-light --tools=c_emscripten,syms
     25  NOCLIMB=1 python waf-light --tools=c_emscripten,syms $*
    2626
    2727  popd
Note: See TracChangeset for help on using the changeset viewer.