mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
16 lines
244 B
YAML
16 lines
244 B
YAML
image: registry.gitlab.com/ultimaker/cura/cura-build-environment:centos7
|
|
|
|
stages:
|
|
- build
|
|
|
|
build and test linux:
|
|
stage: build
|
|
tags:
|
|
- cura
|
|
- docker
|
|
- linux
|
|
script:
|
|
- docker/build.sh
|
|
artifacts:
|
|
paths:
|
|
- build
|