2019-05-06 13:15:52 -05:00
|
|
|
#
|
|
|
|
# Azure Pipelines pull request build for Rust
|
2019-05-13 02:55:12 -05:00
|
|
|
#
|
2019-05-06 13:15:52 -05:00
|
|
|
|
|
|
|
trigger: none
|
|
|
|
pr:
|
|
|
|
- master # FIXME: really just want any branch, but want an explicit "pr" property set so it's clear
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
- job: Linux
|
|
|
|
pool:
|
|
|
|
vmImage: ubuntu-16.04
|
|
|
|
steps:
|
2019-05-20 14:21:14 -05:00
|
|
|
- template: steps/run.yml
|
2019-05-06 13:15:52 -05:00
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
x86_64-gnu-llvm-6.0:
|
|
|
|
RUST_BACKTRACE: 1
|
2019-05-13 02:55:12 -05:00
|
|
|
|
2019-05-13 03:13:23 -05:00
|
|
|
# x86_64-gnu-tools: {}
|
|
|
|
# # if: branch = auto OR (type = pull_request AND commit_message =~ /(?i:^update.*\b(rls|rustfmt|clippy|miri|cargo)\b)/)
|
|
|
|
# mingw-check: {}
|