8000 Set up CI with Azure Pipelines by azure-pipelines[bot] · Pull Request #22760 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Set up CI with Azure Pipelines #22760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Sep 19, 2018
Prev Previous commit
Next Next commit
Just windows for now
  • Loading branch information
TomAugspurger committed Sep 19, 2018
commit 5d0ede68dc549a3ea47d13888f76d2ee50cb0112
16 changes: 8 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ jobs:
# Mac and Linux could potentially use the same template
# except it isn't clear how to use a different build matrix
# for each, so for now they are separate
- template: ci/azure/macos.yml
parameters:
name: macOS
vmImage: xcode9-macos10.13
- template: ci/azure/linux.yml
parameters:
name: Linux
vmImage: ubuntu-16.04
# - template: ci/azure/macos.yml
# parameters:
# name: macOS
# vmImage: xcode9-macos10.13
# - template: ci/azure/linux.yml
# parameters:
# name: Linux
# vmImage: ubuntu-16.04

# Windows Python 2.7 needs VC 9.0 installed, and not sure
# how to make that a conditional task, so for now these are
Expand Down
0