mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 08:19:02 +08:00
Use group gitlab runners
This commit is contained in:
parent
3e8ff04aa3
commit
2a7b887eb2
@ -3,17 +3,14 @@ image: registry.gitlab.com/ultimaker/cura/cura-build-environment:centos7
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
build-and-test:
|
build and test linux:
|
||||||
stage: build
|
stage: build
|
||||||
|
tags:
|
||||||
|
- cura
|
||||||
|
- docker
|
||||||
|
- linux
|
||||||
script:
|
script:
|
||||||
- docker/build.sh
|
- docker/build.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
build-and-test_merge-requests:
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- docker/build.sh
|
|
||||||
only:
|
|
||||||
- merge_requests
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user