updated to v6 libs

This commit is contained in:
2022-02-02 13:54:01 +01:00
parent fc6ede2d05
commit fd6b549f71
7851 changed files with 3059326 additions and 1092824 deletions

View File

@@ -0,0 +1,11 @@
SCRIPT="/home/travis/build/kicad-library-utils/pcb/check_kicad_mod.py"
error=0
for change in $(git diff --name-only --diff-filter=AM $TRAVIS_COMMIT_RANGE); do
echo $change
python3 "$SCRIPT" "$change" -vv
error="$(($error+$?))"
done
exit $error