Skip to content
Snippets Groups Projects
.gitlab-ci.yml 363 B
Newer Older
Simon Wittl's avatar
Simon Wittl committed
stages:
  - build


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