hydroxide-push/.build.yml

10 lines
152 B
YAML

image: archlinux
packages:
- go
sources:
- https://github.com/emersion/hydroxide.git
tasks:
- build: |
cd hydroxide
go build -v ./...