From: Zachary Ware Date: Fri, 10 Mar 2017 07:07:18 +0000 (-0600) Subject: Add Appveyor (GH-324 backport) (GH-492) X-Git-Tag: v3.5.4rc1~288 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e73f9256a2dfb21a60f333f815f2c1fe4cdca0d0;p=thirdparty%2FPython%2Fcpython.git Add Appveyor (GH-324 backport) (GH-492) --- diff --git a/.github/appveyor.yml b/.github/appveyor.yml new file mode 100644 index 000000000000..e44b5b09e6ea --- /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