Simple CI task

This commit is contained in:
Philipp Wolfer 2023-11-10 14:37:22 +01:00
parent c6331328d4
commit 0939748829
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B

8
.build.yml Normal file
View file

@ -0,0 +1,8 @@
image: alpine/edge
packages:
- go
tasks:
- test: |
cd scotty
go build -v .
go test -v ./...