Skip to content

Commit

Permalink
Merge pull request #48 from spectresystems/feature/appveyor
Browse files Browse the repository at this point in the history
Add AppVeyor collector
  • Loading branch information
patriksvensson committed Mar 12, 2020
2 parents 3737a72 + c3d16d7 commit bf23737
Show file tree
Hide file tree
Showing 21 changed files with 1,635 additions and 57 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duck"
version = "0.9.0"
version = "0.10.0"
authors = ["Patrik Svensson <patrik@patriksvensson.se>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ other systems such as build servers.
* [Azure DevOps](https://azure.microsoft.com/en-us/services/devops)
* [GitHub Actions](https://github.com/features/actions)
* [Octopus Deploy](https://octopus.com/)
* [AppVeyor](https://www.appveyor.com/)

### Observers

Expand Down Expand Up @@ -171,6 +172,16 @@ Below is an example configuration that specifies multiple collectors and observe
}
]
}
},
{
"appveyor": {
"id": "appveyor",
"credentials": {
"bearer": "${APPVEYOR_BEARER_TOKEN}"
},
"account": "myaccount",
"project": "myproject-slug"
}
}
],
"observers": [
Expand Down
Loading

0 comments on commit bf23737

Please sign in to comment.