mirror of
https://gitlab.com/kicad/libraries/kicad-footprints.git
synced 2025-04-14 11:09:34 +00:00
19 lines
425 B
YAML
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
|