Skip to content

Commit c87961b

Browse files
authored
Merge pull request #163 from wilzbach/appveyor
Dedup AppVeyor builds
2 parents a41f304 + adeeb59 commit c87961b

File tree

6 files changed

+2523
-4
lines changed

6 files changed

+2523
-4
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Features
1616
- [Send contributing advice message](#hello-contributor)
1717
- [Auto-label PRs](#auto-labelling)
1818
- [Using the Dlang-Bot for your project](#dlang-bot-for-your-project)
19+
- [Canceling stale AppVeyor builds](#canceling-stale)
1920
- [Missing a feature?](#missing-a-feature)
2021

2122
<a name="automated-references" />
@@ -207,6 +208,15 @@ For example, `dlang/phobos` is configured as follows:
207208

208209
![image](https://user-images.githubusercontent.com/4370550/27859920-b418a38e-617a-11e7-9ff2-c1fd9f6fdd20.png)
209210

211+
<a name="#canceling-stale" />
212+
213+
Canceling stale AppVeyor builds
214+
-------------------------------
215+
216+
To avoid wasteful resource consumption with Travis CI,
217+
the Dlang-Bot will automatically cancel the previous, possibly running build of
218+
a PR on a new commit event (push or synchronization by a user).
219+
210220
<a name="missing-a-feature" />
211221

212222
Missing a feature?

0 commit comments

Comments
 (0)