spego/.gitlab-ci.yml
Sebastiaan de Schaetzen e2d3bc7e3b Revert "Update .gitlab-ci.yml"
This reverts commit 26c9574d66de19102c145c2752b42e06d748effb.
2023-02-17 17:22:42 +01:00

11 lines
267 B
YAML

build:
image: openscad/openscad:latest
before_script:
- apt-get install -y jq make
script:
- Xvfb :99 &
- DISPLAY=:99 make -j$(nproc) DESTDIR=public models webpage
artifacts:
expose_as: public
paths: ["public"]