Update .gitlab-ci.yml
This commit is contained in:
@@ -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"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user