Skip to content

Commit bf23737

Browse files
Merge pull request #48 from spectresystems/feature/appveyor
Add AppVeyor collector
2 parents 3737a72 + c3d16d7 commit bf23737

21 files changed

+1635
-57
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "duck"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Patrik Svensson <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ other systems such as build servers.
4444
* [Azure DevOps](https://azure.microsoft.com/en-us/services/devops)
4545
* [GitHub Actions](https://github.com/features/actions)
4646
* [Octopus Deploy](https://octopus.com/)
47+
* [AppVeyor](https://www.appveyor.com/)
4748

4849
### Observers
4950

@@ -171,6 +172,16 @@ Below is an example configuration that specifies multiple collectors and observe
171172
}
172173
]
173174
}
175+
},
176+
{
177+
"appveyor": {
178+
"id": "appveyor",
179+
"credentials": {
180+
"bearer": "${APPVEYOR_BEARER_TOKEN}"
181+
},
182+
"account": "myaccount",
183+
"project": "myproject-slug"
184+
}
174185
}
175186
],
176187
"observers": [

0 commit comments

Comments
 (0)