mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 06:44:36 +08:00
17 lines
244 B
YAML
17 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
|