加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rene Pöschl 提交于 2019-03-24 09:35 . use python 3 for travis checks
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化