Skip to content

Commit 229998b

Browse files
committed
Run mingw dist on CI
1 parent 56c1718 commit 229998b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/ci/azure-pipelines/try.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,19 @@ jobs:
1515
strategy:
1616
matrix:
1717
dist-x86_64-linux: {}
18-
dist-x86_64-linux-alt:
19-
IMAGE: dist-x86_64-linux
18+
- job: Windows
19+
timeoutInMinutes: 600
20+
pool:
21+
vmImage: 'vs2017-win2016'
22+
steps:
23+
- template: steps/run.yml
24+
strategy:
25+
matrix:
26+
dist-x86_64-mingw:
27+
SCRIPT: python x.py dist
28+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler
29+
CUSTOM_MINGW: 1
30+
DIST_REQUIRE_ALL_TOOLS: 1
2031

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

0 commit comments

Comments
 (0)