From: Paul Brossier Date: Sun, 23 Sep 2018 12:43:35 +0000 (+0200) Subject: .appveyor.yml: add default PATH X-Git-Tag: 0.4.8~100^2~13 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=77d93706d25776a61d1a12485160fdb7541cc8f3;p=aubio.git .appveyor.yml: add default PATH --- diff --git a/.appveyor.yml b/.appveyor.yml index 4de7f1db..cb3ef4c0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -54,6 +54,8 @@ install: # We need wheel installed to build wheels - "%PYTHONDIR%\\python.exe -m pip install wheel" + - "SET PATH=%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%" + before_build: - "bash scripts/get_waf.sh"