hydroxide-push/.build.yml

10 lines
149 B
YAML
Raw 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
go build ./...