diff options
author | Vishnu Easwaran E | 2020-05-19 15:48:47 +0530 |
---|---|---|
committer | Vishnu Easwaran E | 2020-05-19 15:48:47 +0530 |
commit | 5393e0e3f04c3d9142d236b3a0511a2554c76e89 (patch) | |
tree | c0801cd1a46adbe5a977cb84685dcee3b7c2307f /OpenPLC_version_1/hardware/OpenPLCv1.2/Connectors_IDC.pretty-master/.travis.yml | |
parent | 12edf34a4238aa726c03f464c7f7d5ee18939d03 (diff) | |
download | OpenPLC-5393e0e3f04c3d9142d236b3a0511a2554c76e89.tar.gz OpenPLC-5393e0e3f04c3d9142d236b3a0511a2554c76e89.tar.bz2 OpenPLC-5393e0e3f04c3d9142d236b3a0511a2554c76e89.zip |
[vishnu] removed the submodules. Moved v1 hardware design to new directory.
Diffstat (limited to 'OpenPLC_version_1/hardware/OpenPLCv1.2/Connectors_IDC.pretty-master/.travis.yml')
-rwxr-xr-x | OpenPLC_version_1/hardware/OpenPLCv1.2/Connectors_IDC.pretty-master/.travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenPLC_version_1/hardware/OpenPLCv1.2/Connectors_IDC.pretty-master/.travis.yml b/OpenPLC_version_1/hardware/OpenPLCv1.2/Connectors_IDC.pretty-master/.travis.yml new file mode 100755 index 0000000..79b6167 --- /dev/null +++ b/OpenPLC_version_1/hardware/OpenPLCv1.2/Connectors_IDC.pretty-master/.travis.yml @@ -0,0 +1,6 @@ +sudo: required +before_install: +- git clone https://github.com/KiCad/kicad-library-utils /home/travis/build/kicad-library-utils + +script: +- sudo bash /home/travis/build/kicad-library-utils/pcb/travis/check_all.sh $TRAVIS_BUILD_DIR |