Skip to content

Commit 5d0ede6

Browse files
committed
Just windows for now
1 parent 9c7f233 commit 5d0ede6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ jobs:
33
# Mac and Linux could potentially use the same template
44
# except it isn't clear how to use a different build matrix
55
# for each, so for now they are separate
6-
- template: ci/azure/macos.yml
7-
parameters:
8-
name: macOS
9-
vmImage: xcode9-macos10.13
10-
- template: ci/azure/linux.yml
11-
parameters:
12-
name: Linux
13-
vmImage: ubuntu-16.04
6+
# - template: ci/azure/macos.yml
7+
# parameters:
8+
# name: macOS
9+
# vmImage: xcode9-macos10.13
10+
# - template: ci/azure/linux.yml
11+
# parameters:
12+
# name: Linux
13+
# vmImage: ubuntu-16.04
1414

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

0 commit comments

Comments
 (0)