appveyor.yml: added basic configuration
authorPaul Brossier <piem@piem.org>
Fri, 29 Apr 2016 23:17:12 +0000 (01:17 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 29 Apr 2016 23:17:12 +0000 (01:17 +0200)
appveyor.yml [new file with mode: 0644]

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644 (file)
index 0000000..4f22947
--- /dev/null
@@ -0,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