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