Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

trigger ci #80

Merged
merged 4 commits into from
Mar 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. image:: https://dev.azure.com/pandas-dev/pandas-wheels/_apis/build/status/MacPython.pandas-wheels?branchName=master
:target: https://dev.azure.com/pandas-dev/pandas-wheels/_build/latest?definitionId=2&branchName=master


####################################
Building and uploading pandas wheels
####################################
Expand Down
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ schedules:
- master
always: true

trigger:
- master

pr:
- master

jobs:
- template: azure/windows.yml
parameters:
Expand Down
6 changes: 0 additions & 6 deletions azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ jobs:
teardown_test_venv
displayName: Install wheel and test
condition: eq(variables['SKIP_BUILD'], 'false')
- task: PublishTestResults@2
inputs:
testResultsFiles: '$(TEST_DIR)/$(JUNITXML)'
testRunTitle: ${{ format('{0}-$(Agent.JobName)', parameters.name) }}
displayName: 'Publish Test Results'
condition: eq(variables['SKIP_BUILD'], 'false')

- bash: echo "##vso[task.prependpath]$CONDA/Scripts"
displayName: Add conda to PATH
Expand Down