Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ineffyble/buildkite-ding
Ultra simple audible alerts for Buildkite, inspired by the ambiance of Melbourne
https://github.com/ineffyble/buildkite-ding
Last synced: 1 day ago
JSON representation
Ultra simple audible alerts for Buildkite, inspired by the ambiance of Melbourne
- Host: GitHub
- URL: https://github.com/ineffyble/buildkite-ding
- Owner: ineffyble
- License: mit
- Created: 2016-11-23T17:57:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:02:54.000Z (over 3 years ago)
- Last Synced: 2024-12-20T13:26:51.265Z (3 days ago)
- Language: Ruby
- Size: 371 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# buildkite-ding
:new::package: = :tram::bell:
:white_check_mark::package: = :tram::bell::bell:
:x::package: = :tram::bell::bell::bangbang::bell::bell::bell::bangbang::bangbang::bell::bell:Ultra simple audible alerts for Buildkite build events, inspired by the ambiance of Melbourne
## Using
Initial build probably only works on MacOS (due to differences in playing audio files cross-platform).Install the gem:
`gem install buildkite-ding`Run command:
`buildkite-ding start`At first run, you will be prompted to enter an API token, which will be saved to your home directory.
### Daemon
Currently uses the `daemon` Ruby framework to provide background services with start/stop/restart/run commands.
More options will be added in the future.