From 638190b1a9f0f19508acbbb8c0b8499f202935c7 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 30 Sep 2017 23:28:01 +0200 Subject: [PATCH] .appveyor.yml: try using get_waf.sh --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9e247cf2..6ad8d3ad 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,8 +51,7 @@ install: - "pip install --upgrade setuptools" before_build: - - curl -fsS -o waf https://waf.io/waf-1.8.22 - - curl -fsS -o waf.bat https://raw.githubusercontent.com/waf-project/waf/master/utils/waf.bat + - bash scripts/get_waf.sh build_script: # build python module without using libaubio -- 2.11.0