build: image: openscad/openscad:latest before_script: - apt-get install -y jq make script: - make -j$(nproc) artifacts: paths: ["*.stl"]