We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c1718 commit 229998bCopy full SHA for 229998b
src/ci/azure-pipelines/try.yml
@@ -15,8 +15,19 @@ jobs:
15
strategy:
16
matrix:
17
dist-x86_64-linux: {}
18
- dist-x86_64-linux-alt:
19
- IMAGE: dist-x86_64-linux
+- job: Windows
+ 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
31
32
# The macOS and Windows builds here are currently disabled due to them not being
33
# overly necessary on `try` builds. We also don't actually have anything that
0 commit comments