aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 36b23f2be4b59b7ad2ceaf5e10e993a35ffcf33a (plain)
1
2
3
4
5
6
7
8
9
10
image: alpine/latest
packages:
  - shellcheck
tasks:
  - test: |
      make -C repository test
triggers:
  - action: email
    condition: failure
    to: cem@carbslinux.org