mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-11-10 21:26:33 +01:00
24 lines
401 B
YAML
24 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
|