Update .gitlab-ci.yml file

This commit is contained in:
Sebastiaan de Schaetzen 2023-02-17 10:29:01 +00:00
parent 96c98b8fd8
commit 87eca27828

9
.gitlab-ci.yml Normal file
View 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"