Skip to content

Commit 22ee51a

Browse files
Also distribute mingw
1 parent 14f1b0e commit 22ee51a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ci/azure-pipelines/try.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ jobs:
6161
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu
6262
SCRIPT: make ci-mingw-subset-2
6363
CUSTOM_MINGW: 1
64+
dist-x86_64-mingw:
65+
SCRIPT: python x.py dist
66+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu --enable-full-tools --enable-profiler
67+
CUSTOM_MINGW: 1
68+
DIST_REQUIRE_ALL_TOOLS: 1

0 commit comments

Comments
 (0)