Skip to content
Snippets Groups Projects
.gitlab-ci.yml 350 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:
   - git clone --recurse-submodules -j8 https://mygit.th-deg.de/roboct/robo_quality/rq_workflow
  script:
   - colcon build . --merge-install
  coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
  artifacts:
    when: always
    paths:
      - install