KicadLib/.travis.yml
Gabe R 5f9dc4e6f7 Minimizing commits (#2)
Got a system working that allows for Travis-Ci.org to check all added components for KRC violations.
2017-02-14 10:24:49 -06:00

9 lines
276 B
YAML

#sudo: required
before_install:
- git clone https://github.com/KiCad/kicad-library-utils /home/travis/build/kicad-library-utils
- git clone https://github.com/KiCad/kicad-library /home/travis/build/kicad-library-old
script:
- sudo bash ./library-check.sh $TRAVIS_BUILD_DIR