This commit is contained in:
parent
a1765c018e
commit
b691b84399
4
.gitignore
vendored
4
.gitignore
vendored
@ -20,3 +20,7 @@
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# compiled program
|
||||
bgbeng
|
||||
hardware-tests
|
||||
|
6
.woodpecker.yml
Normal file
6
.woodpecker.yml
Normal file
@ -0,0 +1,6 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: golang
|
||||
commands:
|
||||
- go get
|
||||
- go build
|
Loading…
Reference in New Issue
Block a user