1
0
Fork 0

Sourcehut CI

This commit is contained in:
Michał Rudowicz 2024-03-04 20:24:50 +01:00
parent d8d20e35e5
commit 999413ca99
1 changed files with 10 additions and 0 deletions

10
.build.yml Normal file
View File

@ -0,0 +1,10 @@
image: alpine/latest
packages:
- go
tasks:
- go-get: |
cd go-satel
go get -t
- test: |
cd go-satel
go test