blob: 0e3dbe92b8e21064c521c7a07a2516409c81937b (
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/lens
- 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 lens
make
triggers:
- action: email
condition: failure
to: mail@gabrielgio.me
|