mirror of
https://github.com/python/cpython.git
synced 2025-09-30 04:15:43 +00:00
Add Appveyor (GH-324 backport) (GH-491)
This commit is contained in:
parent
80dfbe30b7
commit
d9b0b8f63c
2 changed files with 10 additions and 0 deletions
6
.github/appveyor.yml
vendored
Normal file
6
.github/appveyor.yml
vendored
Normal 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
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue