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