From d5f9f5dd460a0343136cdcf808d2d22dcded6afe Mon Sep 17 00:00:00 2001 From: Nils Stinnesbeck Date: Sat, 20 May 2023 12:39:42 +0200 Subject: [PATCH] added ci pipeline --- .woodpecker.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 00000000..23ff482d --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,27 @@ +workspace: + base: /build + +#clone: +# git: +# image: woodpeckerci/plugin-git +# settings: +# recursive: true + +pipeline: + build-${TARGET}: + image: "ubuntu:latest" + pull: true + environment: + - input_version=v2022.1.4 + - GLUON_SITEDIR=../site + - FORCE_UNSAFE_CONFIGURE=1 + - GLUON_TARGET=${TARGET} + - GLUON_DEPRECATED=1 + commands: + - sh contrib/actions/install-dependencies.sh + - sh contrib/actions/run-build.sh ${TARGET} + +matrix: + TARGET: + - ath79-generic + - x86-64