File tree Expand file tree Collapse file tree 5 files changed +55
-0
lines changed Expand file tree Collapse file tree 5 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 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+
112#
213# Azure Pipelines "auto" branch build for Rust on Linux, macOS, and Windows.
314#
Original file line number Diff line number Diff line change 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+
112#
213# Azure Pipelines job to publish toolstate. Only triggers on pushes to master.
314#
Original file line number Diff line number Diff line change 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+
112#
213# Azure Pipelines pull request build for Rust
314#
Original file line number Diff line number Diff line change 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+
112# FIXME(linux): need to configure core dumps, enable them, and then dump
213# backtraces on failure from all core dumps:
314#
Original file line number Diff line number Diff line change 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+
112pr : none
213trigger :
314- try
You can’t perform that action at this time.
0 commit comments