shithub: aubio

Download patch

ref: bf6df1c31673cb9001144836961c0e819f99859d
parent: 3cc002262c417356eef578f7c25d344330a077b6
author: Paul Brossier <piem@piem.org>
date: Sat Sep 30 19:58:05 EDT 2017

.appveyor.yml: no more .bat file

--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -61,8 +61,8 @@
   - "python python\\demos\\demo_create_test_sounds.py"
   - "nose2 --verbose"
   # clean up
-  - waf distclean
+  - "python waf distclean"
   # build libaubio
-  - waf configure build --verbose
+  - "python waf configure build --verbose"
   # build python module using libaubio dll
   - "python setup.py build"