mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added all example to .travis.yml
The list was generated using: find . -type f -name '*.ino' | awk '{ print "- PLATFORMIO_CI_SRC="$1 }' | sed 's/.\///'
This commit is contained in:
parent
15cb427555
commit
251efba57b
1 changed files with 46 additions and 0 deletions
46
.travis.yml
46
.travis.yml
|
@ -3,8 +3,54 @@ python:
|
|||
- "2.7"
|
||||
|
||||
env:
|
||||
- PLATFORMIO_CI_SRC=examples/acm/acm_terminal/acm_terminal.ino
|
||||
- PLATFORMIO_CI_SRC=examples/adk/adk_barcode/adk_barcode.ino
|
||||
- PLATFORMIO_CI_SRC=examples/adk/ArduinoBlinkLED/ArduinoBlinkLED.ino
|
||||
- PLATFORMIO_CI_SRC=examples/adk/demokit_20/demokit_20.ino
|
||||
- PLATFORMIO_CI_SRC=examples/adk/term_test/term_test.ino
|
||||
- PLATFORMIO_CI_SRC=examples/adk/term_time/term_time.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/BTHID/BTHID.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/PS3BT/PS3BT.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/PS3Multi/PS3Multi.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/PS3SPP/PS3SPP.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/PS4BT/PS4BT.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/SPP/SPP.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/SPPMulti/SPPMulti.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/Wii/Wii.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiBalanceBoard/WiiBalanceBoard.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiIRCamera/WiiIRCamera.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiMulti/WiiMulti.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiUProController/WiiUProController.ino
|
||||
- PLATFORMIO_CI_SRC=examples/board_qc/board_qc.ino
|
||||
- PLATFORMIO_CI_SRC=examples/cdc_XR21B1411/XR_terminal/XR_terminal.ino
|
||||
- PLATFORMIO_CI_SRC=examples/ftdi/USBFTDILoopback/USBFTDILoopback.ino
|
||||
- PLATFORMIO_CI_SRC=examples/HID/le3dp/le3dp.ino
|
||||
- PLATFORMIO_CI_SRC=examples/HID/scale/scale.ino
|
||||
- PLATFORMIO_CI_SRC=examples/HID/USBHID_desc/USBHID_desc.ino
|
||||
- PLATFORMIO_CI_SRC=examples/HID/USBHIDBootKbd/USBHIDBootKbd.ino
|
||||
- PLATFORMIO_CI_SRC=examples/HID/USBHIDBootKbdAndMouse/USBHIDBootKbdAndMouse.ino
|
||||
- PLATFORMIO_CI_SRC=examples/HID/USBHIDBootMouse/USBHIDBootMouse.ino
|
||||
- PLATFORMIO_CI_SRC=examples/HID/USBHIDJoystick/USBHIDJoystick.ino
|
||||
- PLATFORMIO_CI_SRC=examples/hub_demo/hub_demo.ino
|
||||
- PLATFORMIO_CI_SRC=examples/max_LCD/max_LCD.ino
|
||||
- PLATFORMIO_CI_SRC=examples/pl2303/pl2303_gprs_terminal/pl2303_gprs_terminal.ino
|
||||
- PLATFORMIO_CI_SRC=examples/pl2303/pl2303_gps/pl2303_gps.ino
|
||||
- PLATFORMIO_CI_SRC=examples/pl2303/pl2303_tinygps/pl2303_tinygps.ino
|
||||
- PLATFORMIO_CI_SRC=examples/pl2303/pl2303_xbee_terminal/pl2303_xbee_terminal.ino
|
||||
- PLATFORMIO_CI_SRC=examples/PS3USB/PS3USB.ino
|
||||
- PLATFORMIO_CI_SRC=examples/PS4USB/PS4USB.ino
|
||||
- PLATFORMIO_CI_SRC=examples/PSBuzz/PSBuzz.ino
|
||||
- PLATFORMIO_CI_SRC=examples/testusbhostFAT/RTClib/examples/datecalc/datecalc.ino
|
||||
- PLATFORMIO_CI_SRC=examples/testusbhostFAT/RTClib/examples/ds1307Memory/ds1307Memory.ino
|
||||
- PLATFORMIO_CI_SRC=examples/testusbhostFAT/RTClib/examples/ds1307SqwPin/ds1307SqwPin.ino
|
||||
- PLATFORMIO_CI_SRC=examples/testusbhostFAT/RTClib/examples/RTC/RTC.ino
|
||||
- PLATFORMIO_CI_SRC=examples/testusbhostFAT/testusbhostFAT.ino
|
||||
- PLATFORMIO_CI_SRC=examples/testusbhostFAT/xmem2/examples/QuadRAMtest/QuadRAMtest.ino
|
||||
- PLATFORMIO_CI_SRC=examples/USB_desc/USB_desc.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXOLD/XBOXOLD.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXONE/XBOXONE.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXRECV/XBOXRECV.ino
|
||||
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXUSB/XBOXUSB.ino
|
||||
|
||||
install:
|
||||
- python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
|
||||
|
|
Loading…
Reference in a new issue