Skip to content

Commit af5cc3d

Browse files
committed
wip
1 parent 7e05123 commit af5cc3d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/ci/azure-pipelines/try.yml

+10-8
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,24 @@ 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
17+
dist-x86_64-mingw:
18+
MSYS_BITS: 64
19+
SCRIPT: python x.py dist
20+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler
21+
MINGW_URL: https://rust-lang-ci-mirrors.s3-us-west-1.amazonaws.com/rustc
22+
MINGW_ARCHIVE: x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
23+
MINGW_DIR: mingw64
24+
DIST_REQUIRE_ALL_TOOLS: 1
1925
DEPLOY: 1
2026

21-
dist-x86_64-linux-alt:
22-
IMAGE: dist-x86_64-linux
23-
DEPLOY_ALT: 1
24-
2527
# The macOS and Windows builds here are currently disabled due to them not being
2628
# overly necessary on `try` builds. We also don't actually have anything that
2729
# consumes the artifacts currently. Perhaps one day we can reenable, but for now

0 commit comments

Comments
 (0)