]> git.lizzy.rs Git - rust.git/blob - .azure-pipelines/pr.yml
Rollup merge of #61293 - varkor:rustdoc-print-const-generic, r=GuillaumeGomez
[rust.git] / .azure-pipelines / pr.yml
1 #
2 # Azure Pipelines pull request build for Rust
3 #
4
5 trigger: none
6 pr:
7 - master # FIXME: really just want any branch, but want an explicit "pr" property set so it's clear
8
9 jobs:
10 - job: Linux
11   pool:
12     vmImage: ubuntu-16.04
13   steps:
14     - template: steps/run.yml
15   strategy:
16     matrix:
17       x86_64-gnu-llvm-6.0:
18         RUST_BACKTRACE: 1
19
20 #      x86_64-gnu-tools: {}
21 #      # if: branch = auto OR (type = pull_request AND commit_message =~ /(?i:^update.*\b(rls|rustfmt|clippy|miri|cargo)\b)/)
22 #      mingw-check: {}