From 681da8d91c2fcd29ef6456a3431e34011153f6b3 Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 11 Jan 2025 22:26:09 +0100 Subject: [PATCH] ci: Build the openscad model --- .woodpecker.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..16aaea0 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,11 @@ +--- + +steps: + ast: + when: + - event: push + image: openscad/openscad + environment: [CARGO_TERM_COLOR=always] + pull: true + commands: + - openscad --hardwarnings --export-format ast -o - pen_plotter.scad