]> git.lizzy.rs Git - rust.git/blob - src/ci/azure-pipelines/try.yml
Rollup merge of #66698 - petrochenkov:tidywarn, r=Mark-Simulacrum
[rust.git] / src / ci / azure-pipelines / try.yml
1 pr: none
2 trigger:
3 - try
4
5 variables:
6 - group: prod-credentials
7
8 jobs:
9 - job: Windows
10   timeoutInMinutes: 600
11   pool:
12     vmImage: 'vs2017-win2016'
13   steps:
14   - template: steps/run.yml
15   strategy:
16     matrix:
17       dist-x86_64-msvc:
18         RUST_CONFIGURE_ARGS: >-
19           --build=x86_64-pc-windows-msvc
20           --target=x86_64-pc-windows-msvc,aarch64-pc-windows-msvc
21           --enable-full-tools
22           --enable-profiler
23         SCRIPT: python x.py dist
24         DIST_REQUIRE_ALL_TOOLS: 1