docker and CI (#1)
Reviewed-on: #1 Co-authored-by: Michael Thomson <michael@michaelthomson.dev> Co-committed-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
12
.woodpecker/build.yaml
Normal file
12
.woodpecker/build.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
steps:
|
||||
build:
|
||||
when:
|
||||
branch: main
|
||||
event: [push, pull_request]
|
||||
image: golang
|
||||
environment:
|
||||
- CGO_ENABLED=0
|
||||
- GOOS=linux
|
||||
commands:
|
||||
- go get
|
||||
- go build
|
||||
Reference in New Issue
Block a user