aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 62ca94c04479271ae3eb841179bdf75a8c5587f8 (plain)
1
2
3
4
5
6
7
8
9
image: alpine/edge
packages:
  - curl
tasks:
  - build: |
      make
  - test: |
      curl -fsSL https://git.io/shellspec | sh -s -- -y
      make test