mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Use group gitlab runners
This commit is contained in:
parent
3e8ff04aa3
commit
2a7b887eb2
1 changed files with 5 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue