Skip to content

Commit 85c066f

Browse files
trigger ci (MacPython#80)
* trigger ci * add badge * trigger on commit * remove windows publish results
1 parent 4d3c7eb commit 85c066f

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://dev.azure.com/pandas-dev/pandas-wheels/_apis/build/status/MacPython.pandas-wheels?branchName=master
2+
:target: https://dev.azure.com/pandas-dev/pandas-wheels/_build/latest?definitionId=2&branchName=master
3+
4+
15
####################################
26
Building and uploading pandas wheels
37
####################################

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ schedules:
77
- master
88
always: true
99

10+
trigger:
11+
- master
12+
13+
pr:
14+
- master
15+
1016
jobs:
1117
- template: azure/windows.yml
1218
parameters:

azure/windows.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ jobs:
8686
teardown_test_venv
8787
displayName: Install wheel and test
8888
condition: eq(variables['SKIP_BUILD'], 'false')
89-
- task: PublishTestResults@2
90-
inputs:
91-
testResultsFiles: '$(TEST_DIR)/$(JUNITXML)'
92-
testRunTitle: ${{ format('{0}-$(Agent.JobName)', parameters.name) }}
93-
displayName: 'Publish Test Results'
94-
condition: eq(variables['SKIP_BUILD'], 'false')
9589
9690
- bash: echo "##vso[task.prependpath]$CONDA/Scripts"
9791
displayName: Add conda to PATH

0 commit comments

Comments
 (0)