From e73f9256a2dfb21a60f333f815f2c1fe4cdca0d0 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Fri, 10 Mar 2017 01:07:18 -0600 Subject: [PATCH] Add Appveyor (GH-324 backport) (GH-492) --- .github/appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/appveyor.yml diff --git a/.github/appveyor.yml b/.github/appveyor.yml new file mode 100644 index 0000000000..e44b5b09e6 --- /dev/null +++ b/.github/appveyor.yml @@ -0,0 +1,6 @@ +version: 3.5.3+.{build} +clone_depth: 5 +build_script: +- cmd: PCbuild\build.bat -e +test_script: +- cmd: PCbuild\rt.bat -q -uall -rwW --timeout=1200 -j0 -- 2.50.1