Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitlab-ci.yml - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6c5bc61cbe2943cb4c1af030340dee25060bc33e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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