Update .gitlab-ci.yml file
This commit is contained in:
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
build:
|
||||||
|
image: openscad/openscad:latest
|
||||||
|
before_script:
|
||||||
|
- apt-get install -y jq make
|
||||||
|
script:
|
||||||
|
- make -j$(nproc)
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- "*.stl"
|
||||||
Reference in New Issue
Block a user