ref: 92ab78ecacff1c70134f514ea389b9abb069b0f5
parent: 7d3b6b87d35132574f8ab595876dc4249de88f11
author: Paul Brossier <piem@piem.org>
date: Sat Sep 30 19:50:31 EDT 2017
.appveyor.yml: try another workaround for appveyor
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -51,7 +51,7 @@
- "pip install --upgrade setuptools"
before_build:
- - "bash scripts/get_waf.sh --python=%PYTHON%\\python.exe"
+ - "bash scripts/get_waf.sh"
build_script:
# build python module without using libaubio
--- a/scripts/get_waf.sh
+++ b/scripts/get_waf.sh
@@ -22,6 +22,7 @@
tar xf $WAFTARBALL
pushd waf-$WAFVERSION
+ [ -x $PYTHON ] || PYTHON=`which python`
NOCLIMB=1 python waf-light --tools=c_emscripten,syms $*
popd