ci: Build the openscad model
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
5465c94e20
commit
681da8d91c
1 changed files with 11 additions and 0 deletions
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue