Update .gitlab-ci.yml file
This commit is contained in:
parent
96c98b8fd8
commit
87eca27828
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"
|
Loading…
x
Reference in New Issue
Block a user