Skip to content

Commit 8926707

Browse files
authored
Add VSTS status badge to readme (GH-8958)
1 parent 4ff3887 commit 8926707

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.vsts/linux-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ steps:
6262
uuid-dev
6363
xvfb
6464
displayName: 'Install dependencies'
65+
condition: and(succeeded(), ne(variables['DocOnly'], 'true'))
6566

6667

6768
- script: ./configure --with-pydebug

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ This is Python version 3.6.6+
99
:alt: CPython build status on Appveyor
1010
:target: https://ci.appveyor.com/project/python/cpython/branch/3.6
1111

12+
.. image:: https://python.visualstudio.com/cpython/_apis/build/status/Linux-Buildbot?branchName=3.6&label=Linux
13+
:alt: CPython build status on VSTS (Linux)
14+
:target: https://python.visualstudio.com/cpython/_build/latest?definitionId=6&branchName=3.6
15+
16+
.. image:: https://python.visualstudio.com/cpython/_apis/build/status/macOS-Buildbot?branchName=3.6&label=macOS
17+
:alt: CPython build status on VSTS (macOS)
18+
:target: https://python.visualstudio.com/cpython/_build/latest?definitionId=5&branchName=3.6
19+
20+
.. image:: https://python.visualstudio.com/cpython/_apis/build/status/Windows-Buildbot?branchName=3.6&label=Windows
21+
:alt: CPython build status on VSTS (Windows)
22+
:target: https://python.visualstudio.com/cpython/_build/latest?definitionId=4&branchName=3.6
23+
1224
.. image:: https://codecov.io/gh/python/cpython/branch/3.6/graph/badge.svg
1325
:alt: CPython code coverage on Codecov
1426
:target: https://codecov.io/gh/python/cpython

0 commit comments

Comments
 (0)