Skip to content

Commit 63fd531

Browse files
committed
WIP: try i686-mingw-2
1 parent 1d92187 commit 63fd531

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/ci/azure-pipelines/try.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ 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+
i686-mingw-2:
18+
MSYS_BITS: 32
19+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu
20+
SCRIPT: make ci-mingw-subset-2
21+
MINGW_URL: https://rust-lang-ci-mirrors.s3-us-west-1.amazonaws.com/rustc
22+
MINGW_ARCHIVE: i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
23+
MINGW_DIR: mingw32
2424

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

0 commit comments

Comments
 (0)