aboutsummaryrefslogtreecommitdiff
path: root/.builds/alpine.yml
blob: 3533b2d43c237b9553a5050fa8162693569565fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
image: alpine/3.18
packages:
  - go
  - vips-dev
  - sassc
  - sqlite-dev

sources:
  - https://git.sr.ht/~gabrielgio/img
  - https://github.com/valyala/quicktemplate.git
tasks:
  - setup: |
      cd quicktemplate 
      go build -o bin/qtc ./qtc/main.go
      sudo mv bin/qtc /usr/bin/
  - build: |
      cd img
      make
triggers:
  - action: email
    condition: failure
    to: mail@gabrielgio.me