Add Appveyor (GH-324 backport) (GH-491)

This commit is contained in:
Zachary Ware 2017-03-10 01:06:43 -06:00 committed by GitHub
parent 80dfbe30b7
commit d9b0b8f63c
2 changed files with 10 additions and 0 deletions

6
.github/appveyor.yml vendored Normal file
View file

@ -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

View file

@ -5,6 +5,10 @@ This is Python version 3.6.1 release candidate 1
:alt: CPython build status on Travis CI :alt: CPython build status on Travis CI
:target: https://travis-ci.org/python/cpython :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 .. image:: https://codecov.io/gh/python/cpython/branch/3.6/graph/badge.svg
:alt: CPython code coverage on Codecov :alt: CPython code coverage on Codecov
:target: https://codecov.io/gh/python/cpython :target: https://codecov.io/gh/python/cpython