1
0
Fork 0

Add minimal CI build

This commit is contained in:
Timothée Floure 2021-05-14 09:58:38 +02:00
parent d5fda51722
commit 2cab64f838
No known key found for this signature in database
GPG Key ID: 4502C902C00A1E12
1 changed files with 9 additions and 0 deletions

9
.build.yml Normal file
View File

@ -0,0 +1,9 @@
image: fedora/latest
packages:
- golang
sources:
- https://git.sr.ht/~fnux/matrix-alertmanager-receiver
tasks:
- build: |
cd matrix-alertmanager-receiver
go build -v