gelim/.builds/alpine-edge.yml

22 lines
272 B
YAML

image: alpine/edge
packages:
- go
- scdoc
sources:
- https://git.sr.ht/~hedy/gelim
environment:
DESTDIR: ./out
tasks:
- build: |
cd gelim
make
- install: |
cd gelim
make install
make checkinstall
- test: |
cd gelim
make checkfmt
go test