From e84f7b9785e97587fc99d57f8b93787b8cf3a011 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 30 Apr 2016 01:17:12 +0200 Subject: [PATCH] appveyor.yml: added basic configuration --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..4f229472 --- /dev/null +++ b/appveyor.yml @@ -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 -- 2.11.0