hydroxide-push/.build.yml

10 lines
152 B
YAML
Raw Permalink Normal View History

2018-10-21 11:57:32 +03:00
image: archlinux
packages:
- go
sources:
- https://github.com/emersion/hydroxide.git
tasks:
- build: |
cd hydroxide
2018-10-28 17:58:28 +02:00
go build -v ./...