ros-industrial / industrial_ci

Easy continuous integration repository for ROS repositories
Apache License 2.0
248 stars 129 forks source link

CLANG_TIDY_BASE_REF usage on Gitlab.CI #779

Closed BarisYazici closed 2 years ago

BarisYazici commented 2 years ago

Is this feature supported on Gitlab CI? If yest, any idea how to set the reference on Gitlab CI for the clang-tidy checks? In the wiki only the github usecases are given.

BarisYazici commented 2 years ago

Ok figured out!

variables: 
  CLANG_TIDY_BASE_REF: ${CI_COMMIT_REF_NAME}