Skip to content
Snippets Groups Projects
.gitlab-ci.yml 361 B
stages:
  - build


build-ros:
  stage: build
  image: ros:humble
  before_script:
   - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_interfaces
   
  script:
   - colcon build --merge-install
  coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
  artifacts:
    when: always
    paths:
      - install