Update .gitlab-ci.yml

This commit is contained in:
Sebastiaan de Schaetzen 2023-02-17 16:22:22 +00:00
parent 0fcb8a6bf1
commit 26c9574d66

View File

@ -1,10 +1,2 @@
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"]
# The Docker image that will be used to build your app
image: openscad/openscad