a46262ee57
Add build and test on debian, fedora and archlinux. Only check code formatting on alpine. Signed-off-by: Robin Jarry <robin@jarry.cc>
13 lines
169 B
YAML
13 lines
169 B
YAML
image: debian/stable
|
|
packages:
|
|
- golang
|
|
- scdoc
|
|
sources:
|
|
- https://git.sr.ht/~rjarry/aerc
|
|
tasks:
|
|
- build: |
|
|
cd aerc
|
|
make
|
|
- test: |
|
|
cd aerc
|
|
go test ./...
|