7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-04-14 11:09:34 +00:00
kicad-footprints/.gitlab-ci.yml
2020-11-19 18:03:44 +01:00

19 lines
425 B
YAML

image: python:latest
before_script:
- python -V
- git clone --depth 1 https://gitlab.com/kicad/libraries/kicad-library-utils $CI_BUILDS_DIR/kicad-library-utils
footprints:
only:
refs:
- merge_requests
changes:
- "**/*.kicad_mod"
- "fp-lib-table"
script:
- $CI_BUILDS_DIR/kicad-library-utils/klc-check/gitlabci/check_footprints.sh
artifacts:
reports:
metrics: metrics.txt