ambient-lighting-clock/.forgejo/workflows/build.yml
s3lph 291b2f144b
Some checks failed
/ platformio (push) Failing after 27s
/ openscad (push) Successful in 1m36s
fix(ci): apt install --yes
2023-11-20 00:40:15 +01:00

22 lines
463 B
YAML

---
on: push
jobs:
platformio:
runs-on: docker
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: |
apt update; apt install --yes python3-pip
pip3 install platformio
pio run
openscad:
runs-on: docker
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: |
apt update; apt install --yes openscad
openscad -o pipeline.stl case/clock.scad