spego/.gitlab-ci.yml

9 lines
188 B
YAML

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