From b691b84399a99e17a6ab12ea14879be2b7b81320 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Fri, 25 Feb 2022 21:46:53 -0500 Subject: [PATCH] Added Woodpecker CI config --- .gitignore | 4 ++++ .woodpecker.yml | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 .woodpecker.yml 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