mirror of
https://gitlab.com/kicad/libraries/kicad-footprints.git
synced 2025-04-10 13:30:09 +00:00
11 lines
391 B
YAML
11 lines
391 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
|
|
before_install:
|
|
- git clone --depth 1 https://github.com/KiCad/kicad-library-utils /home/travis/build/kicad-library-utils
|
|
|
|
script:
|
|
- bash /home/travis/build/kicad-library-utils/pcb/travis/check_all.sh $TRAVIS_BUILD_DIR -v
|
|
- python /home/travis/build/kicad-library-utils/check_lib_table.py $TRAVIS_BUILD_DIR/*.pretty --table $TRAVIS_BUILD_DIR/fp-lib-table
|