mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00
13 lines
194 B
YAML
13 lines
194 B
YAML
image: registry.gitlab.com/ultimaker/cura/cura-build-environment:centos7
|
|
|
|
stages:
|
|
- build
|
|
|
|
build-and-test:
|
|
stage: build
|
|
script:
|
|
- docker/build.sh
|
|
artifacts:
|
|
paths:
|
|
- build
|