mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-11-13 07:11:12 +01:00
23 lines
401 B
YAML
23 lines
401 B
YAML
---
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- codespell
|
|
- make
|
|
- perl
|
|
- shellcheck
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
on_success: change
|
|
on_failure: always
|
|
channels:
|
|
- "irc.oftc.net#munin"
|
|
template:
|
|
- "%{repository} (%{branch} - %{commit} : %{author}): %{message}"
|
|
- "Build details: %{build_url}"
|
|
|
|
script:
|
|
- make lint
|
|
- make spelling
|
|
- make test
|