mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-16 10:09:28 +02:00
Simple CI task
This commit is contained in:
parent
c6331328d4
commit
0939748829
1 changed files with 8 additions and 0 deletions
8
.build.yml
Normal file
8
.build.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
image: alpine/edge
|
||||
packages:
|
||||
- go
|
||||
tasks:
|
||||
- test: |
|
||||
cd scotty
|
||||
go build -v .
|
||||
go test -v ./...
|
Loading…
Add table
Reference in a new issue