From 073b755596ffa4e251744a1d78263f34b05b31b9 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Wed, 7 Oct 2015 13:22:08 -0700 Subject: [PATCH] add basic appveyor config --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000000..f8eb821364 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,6 @@ +platform: + - x86 + - x64 + +build_script: + - C:/cygwin/bin/bash bootstrap.sh