shithub: aubio

Download patch

ref: e84f7b9785e97587fc99d57f8b93787b8cf3a011
parent: 21e8408a89a7cffad5b58e4cc2c64779d9e96628
author: Paul Brossier <piem@piem.org>
date: Fri Apr 29 21:17:12 EDT 2016

appveyor.yml: added basic configuration

--- /dev/null
+++ b/appveyor.yml
@@ -1,0 +1,8 @@
+# appveyor configuration. See http://www.appveyor.com/docs/appveyor-yml
+
+before_build:
+  - curl -fsS -o waf https://waf.io/waf-1.8.20
+  - curl -fsS -o waf.bat https://raw.githubusercontent.com/waf-project/waf/master/utils/waf.bat
+
+build_script:
+  - waf configure build --verbose