add travis-ci-arduino
Depends on https://github.com/adafruit/travis-ci-arduino/pull/36
This commit is contained in:
parent
7af22472fc
commit
71ff2613d3
2 changed files with 29 additions and 1 deletions
28
.travis.yml
28
.travis.yml
|
|
@ -4,11 +4,39 @@ language: python
|
|||
python:
|
||||
- "3.6"
|
||||
|
||||
cache:
|
||||
|
||||
cache:
|
||||
pip: true
|
||||
directories:
|
||||
- ~/arduino_ide
|
||||
- ~/.arduino15/packages/
|
||||
|
||||
env:
|
||||
global:
|
||||
- ARDUINO_IDE_VERSION="1.8.7"
|
||||
- PRETTYNAME="Adafruit Learning System Guides"
|
||||
- PLATFORM_CHECK_ONLY_ON_FILE=true
|
||||
|
||||
before_install:
|
||||
- source ./travis-ci-arduino-install
|
||||
|
||||
install:
|
||||
- arduino --install-library "Adafruit ILI9341"
|
||||
- arduino --install-library "Adafruit GFX Library"
|
||||
- arduino --install-library "FastLED"
|
||||
- arduino --install-library "Adafruit NeoTrellis M4 Library"
|
||||
- arduino --install-library "Adafruit Keypad"
|
||||
- arduino --install-library "Adafruit NeoPixel"
|
||||
- arduino --install-library "Adafruit DMA neopixel library"
|
||||
- arduino --install-library "Adafruit NeoMatrix"
|
||||
- arduino --install-library "Adafruit Zero DMA Library"
|
||||
- arduino --install-library "MIDIUSB"
|
||||
- pip install --force-reinstall pylint==1.9.2
|
||||
|
||||
script:
|
||||
- ./pylint_check
|
||||
- build_main_platforms
|
||||
- build_cplay_platforms
|
||||
- build_m4_platforms
|
||||
- build_io_platforms
|
||||
|
|
|
|||
0
Neotrellis_M4_Live_Launcher/.trellis_m4.test
Normal file
0
Neotrellis_M4_Live_Launcher/.trellis_m4.test
Normal file
Loading…
Reference in a new issue