mirror of https://git.sr.ht/~michalr/go-satel
Sourcehut CI
This commit is contained in:
parent
d8d20e35e5
commit
999413ca99
|
@ -0,0 +1,10 @@
|
|||
image: alpine/latest
|
||||
packages:
|
||||
- go
|
||||
tasks:
|
||||
- go-get: |
|
||||
cd go-satel
|
||||
go get -t
|
||||
- test: |
|
||||
cd go-satel
|
||||
go test
|
Loading…
Reference in New Issue