Skip to content

more bricks and improvements #3

more bricks and improvements

more bricks and improvements #3

Workflow file for this run

name: Build Models
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install OpenSCAD
run: sudo apt-get install -y openscad
- uses: actions/checkout@v4
with:
submodules: recursive
- name: build
run: make -j $(nproc) EXTRA_FLAGS:=-D'\$$fn=16'
- name: Publish STL files
uses: actions/upload-artifact@v4
with:
name: stl-files
path: "*.stl"