diff --git a/.gitignore b/.gitignore index d748249..31db561 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,7 @@ # Go workspace file go.work + +# compiled program +bgbeng +hardware-tests diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..51a358b --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,6 @@ +pipeline: + build: + image: golang + commands: + - go get + - go build