]> granicus.if.org Git - python/commitdiff
Add Appveyor (GH-324 backport) (GH-491)
authorZachary Ware <zachary.ware@gmail.com>
Fri, 10 Mar 2017 07:06:43 +0000 (01:06 -0600)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2017 07:06:43 +0000 (01:06 -0600)
.github/appveyor.yml [new file with mode: 0644]
README.rst

diff --git a/.github/appveyor.yml b/.github/appveyor.yml
new file mode 100644 (file)
index 0000000..5a40005
--- /dev/null
@@ -0,0 +1,6 @@
+version: 3.6.1rc1+.{build}
+clone_depth: 5
+build_script:
+- cmd: PCbuild\build.bat -e
+test_script:
+- cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0
index 242572c5e361db86a017a7e8b8a822282b54dc9a..6b4c2dba306ca52d435d3fcea1b9c7968577b980 100644 (file)
@@ -5,6 +5,10 @@ This is Python version 3.6.1 release candidate 1
    :alt: CPython build status on Travis CI
    :target: https://travis-ci.org/python/cpython
 
+.. image:: https://ci.appveyor.com/api/projects/status/4mew1a93xdkbf5ua/branch/3.6?svg=true
+   :alt: CPython build status on Appveyor
+   :target: https://ci.appveyor.com/project/python/cpython/branch/3.6
+
 .. image:: https://codecov.io/gh/python/cpython/branch/3.6/graph/badge.svg
    :alt: CPython code coverage on Codecov
    :target: https://codecov.io/gh/python/cpython