Add minimal CI build
This commit is contained in:
parent
d5fda51722
commit
2cab64f838
1 changed files with 9 additions and 0 deletions
9
.build.yml
Normal file
9
.build.yml
Normal 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
|
Loading…
Reference in a new issue