Update .gitlab-ci.yml
This commit is contained in:
parent
0fcb8a6bf1
commit
26c9574d66
@ -1,10 +1,2 @@
|
|||||||
build:
|
# The Docker image that will be used to build your app
|
||||||
image: openscad/openscad:latest
|
image: openscad/openscad
|
||||||
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"]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user