]> git.lizzy.rs Git - rust.git/blob - src/ci/azure-pipelines/auto.yml
Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAus
[rust.git] / src / ci / azure-pipelines / auto.yml
1 #####################################
2 ##    READ BEFORE CHANGING THIS    ##
3 #####################################
4
5 # We're in the process of evaluating GitHub Actions as a possible replacement
6 # for Azure Pipelines, and at the moment the configuration is duplicated
7 # between the two CI providers. Be sure to also change the configuration in
8 # src/ci/github-actions when changing this file.
9
10 #####################################
11
12 #
13 # Azure Pipelines "auto" branch build for Rust on macOS
14 #
15
16 pr: none
17 trigger:
18   - auto
19
20 jobs:
21 - job: Dummy
22   timeoutInMinutes: 600
23   pool:
24     vmImage: ubuntu-16.04
25   steps:
26   - bash: echo "We're running this job since bors is still gating on Azure"