ci: add .build.yml

This commit is contained in:
emersion 2018-10-21 10:57:32 +02:00
parent f419162bb9
commit 6524fc1913
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 9 additions and 0 deletions

9
.build.yml Normal file
View File

@ -0,0 +1,9 @@
image: archlinux
packages:
- go
sources:
- https://github.com/emersion/hydroxide.git
tasks:
- build: |
cd hydroxide
go build ./...