spego/.gitlab-ci.yml
2023-02-17 10:34:07 +00:00

9 lines
177 B
YAML

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