]> granicus.if.org Git - python/commitdiff
Add Appveyor (GH-324)
authorZachary Ware <zachary.ware@gmail.com>
Sun, 5 Mar 2017 21:45:53 +0000 (15:45 -0600)
committerGitHub <noreply@github.com>
Sun, 5 Mar 2017 21:45:53 +0000 (15:45 -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..c348c53
--- /dev/null
@@ -0,0 +1,6 @@
+version: 3.7.0a0.{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 598d6562b370ca3c74e06f58297ca240767812dc..9c95815d9e9d91b8dae8e05d8bbc696fe19f796b 100644 (file)
@@ -5,6 +5,10 @@ This is Python version 3.7.0 alpha 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/master?svg=true
+   :alt: CPython build status on Appveyor
+   :target: https://ci.appveyor.com/project/python/cpython/branch/master
+
 .. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
    :alt: CPython code coverage on Codecov
    :target: https://codecov.io/gh/python/cpython