Added Woodpecker CI config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2022-02-25 21:46:53 -05:00
parent a1765c018e
commit b691b84399
2 changed files with 10 additions and 0 deletions

4
.gitignore vendored
View File

@ -20,3 +20,7 @@
# Go workspace file # Go workspace file
go.work go.work
# compiled program
bgbeng
hardware-tests

6
.woodpecker.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
build:
image: golang
commands:
- go get
- go build