ref: 7d3b6b87d35132574f8ab595876dc4249de88f11
parent: b84599d4f3645cb91f25efc62ea216e44a7f4d8b
author: Paul Brossier <piem@piem.org>
date: Sat Sep 30 19:46:04 EDT 2017
.appveyor.yml: try escaping arguments
--- 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 --python=%PYTHON%\\python.exe"
build_script:
# build python module without using libaubio