From: Paul Brossier Date: Sat, 30 Sep 2017 21:50:31 +0000 (+0200) Subject: .appveyor.yml: try another workaround for appveyor X-Git-Tag: 0.4.6~9^2~7 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=92ab78ecacff1c70134f514ea389b9abb069b0f5 .appveyor.yml: try another workaround for appveyor --- diff --git a/.appveyor.yml b/.appveyor.yml index 18a32c14..453f14b1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,7 +51,7 @@ install: - "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 diff --git a/scripts/get_waf.sh b/scripts/get_waf.sh index 42d325dd..11457640 100755 --- a/scripts/get_waf.sh +++ b/scripts/get_waf.sh @@ -22,6 +22,7 @@ function buildwaf () { tar xf $WAFTARBALL pushd waf-$WAFVERSION + [ -x $PYTHON ] || PYTHON=`which python` NOCLIMB=1 python waf-light --tools=c_emscripten,syms $* popd