mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
WIP GitLab CI: Add job for merge requests
This commit is contained in:
parent
9ad8d91ff9
commit
e587367cc1
1 changed files with 7 additions and 0 deletions
|
@ -10,3 +10,10 @@ build-and-test:
|
||||||
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