Skip to content

Commit f10cf1d

Browse files
committed
wip
1 parent 82554d5 commit f10cf1d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/ci/azure-pipelines/try.yml

+7-9
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,19 @@ variables:
66
- group: prod-credentials
77

88
jobs:
9-
- job: Linux
9+
- job: Windows
1010
timeoutInMinutes: 600
1111
pool:
12-
vmImage: ubuntu-16.04
12+
vmImage: 'vs2017-win2016'
1313
steps:
1414
- template: steps/run.yml
1515
strategy:
1616
matrix:
17-
dist-x86_64-linux:
18-
IMAGE: dist-x86_64-linux
19-
DEPLOY: 1
20-
21-
dist-x86_64-linux-alt:
22-
IMAGE: dist-x86_64-linux
23-
DEPLOY_ALT: 1
17+
x86_64-msvc-tools:
18+
MSYS_BITS: 64
19+
SCRIPT: src/ci/docker/x86_64-gnu-tools/checktools.sh x.py /tmp/toolstate/toolstates.json windows
20+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --save-toolstates=/tmp/toolstate/toolstates.json
21+
DEPLOY_TOOLSTATES_JSON: toolstates-windows.json
2422

2523
# The macOS and Windows builds here are currently disabled due to them not being
2624
# overly necessary on `try` builds. We also don't actually have anything that

0 commit comments

Comments
 (0)