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