12 Star 27 Fork 18

KiCad-CN / kicad-symbols

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rene Pöschl 提交于 2019-03-24 09:46 . update to python 3.6
language: python
python:
- "3.6"
before_install:
- git clone --depth 1 https://github.com/KiCad/kicad-library-utils /home/travis/build/kicad-library-utils
- git clone --depth 1 https://github.com/KiCad/kicad-symbols /home/travis/build/kicad-library-old
- git clone --depth 1 https://github.com/KiCad/kicad-footprints /home/travis/build/kicad-footprints
script:
- cd /home/travis/build/kicad-library-utils/schlib
- python comparelibs.py --new $TRAVIS_BUILD_DIR/*.lib --old /home/travis/build/kicad-library-old/*.lib --check -v --footprints /home/travis/build/kicad-footprints
- python /home/travis/build/kicad-library-utils/check_lib_table.py $TRAVIS_BUILD_DIR/*.lib --table $TRAVIS_BUILD_DIR/sym-lib-table
1
https://gitee.com/KiCAD-CN/kicad-symbols.git
git@gitee.com:KiCAD-CN/kicad-symbols.git
KiCAD-CN
kicad-symbols
kicad-symbols
master

搜索帮助