aboutsummaryrefslogtreecommitdiff
path: root/.builds/alpine.yml
blob: 62f398327ee37fc6194afc50a833f7c6cf01eda6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
image: alpine/edge
packages:
  - go
  - vips-dev
  - sassc
  - golangci-lint
sources:
  - https://git.sr.ht/~gabrielgio/img
tasks:
  - setup: |
      go install  github.com/valyala/quicktemplate/qtc@latest
      #  - lint: |
      #      cd img
      #      make lint
  - build: |
      cd img
      make
triggers:
  - action: email
    condition: failure
    to: mail@gabrielgio.me