mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
107 lines
4.5 KiB
YAML
107 lines
4.5 KiB
YAML
language: python
|
|
python:
|
|
- "3.9"
|
|
|
|
# Cache PlatformIO packages using Travis CI container-based infrastructure
|
|
sudo: false
|
|
cache:
|
|
directories:
|
|
- "~/.platformio"
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
# We need GraphViz to draw figures and graphs
|
|
- graphviz
|
|
# Doxygen is used for generating the documentation
|
|
- doxygen
|
|
|
|
# Generated using: find examples -type f -name "*.ino" | rev | cut -d/ -f2- | rev | sed 's/^/ - PLATFORMIO_CI_SRC=/' > tmp.yml
|
|
env:
|
|
- PLATFORMIO_CI_SRC=examples/acm/acm_terminal
|
|
- PLATFORMIO_CI_SRC=examples/adk/adk_barcode
|
|
- PLATFORMIO_CI_SRC=examples/adk/ArduinoBlinkLED
|
|
- PLATFORMIO_CI_SRC=examples/adk/demokit_20
|
|
- PLATFORMIO_CI_SRC=examples/adk/term_test
|
|
- PLATFORMIO_CI_SRC=examples/adk/term_time
|
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/BTHID
|
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/PS3BT
|
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/PS3Multi
|
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/PS3SPP SKIP_UNO=true
|
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/PS4BT
|
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/SPP
|
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/SPPMulti
|
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/Wii
|
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiBalanceBoard SKIP_UNO=true
|
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiIRCamera PLATFORMIO_BUILD_FLAGS="-DWIICAMERA" SKIP_UNO=true
|
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiMulti SKIP_UNO=true
|
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiUProController SKIP_UNO=true
|
|
- PLATFORMIO_CI_SRC=examples/board_qc
|
|
- PLATFORMIO_CI_SRC=examples/cdc_XR21B1411/XR_terminal
|
|
- PLATFORMIO_CI_SRC=examples/ftdi/USBFTDILoopback
|
|
- PLATFORMIO_CI_SRC=examples/GPIO/Blink
|
|
- PLATFORMIO_CI_SRC=examples/GPIO/Blink_LowLevel
|
|
- PLATFORMIO_CI_SRC=examples/GPIO/Input
|
|
- PLATFORMIO_CI_SRC=examples/HID/le3dp
|
|
- PLATFORMIO_CI_SRC=examples/HID/scale
|
|
- PLATFORMIO_CI_SRC=examples/HID/SRWS1
|
|
- PLATFORMIO_CI_SRC=examples/HID/USBHID_desc
|
|
- PLATFORMIO_CI_SRC=examples/HID/USBHIDBootKbd
|
|
- PLATFORMIO_CI_SRC=examples/HID/USBHIDBootKbdAndMouse
|
|
- PLATFORMIO_CI_SRC=examples/HID/USBHIDBootMouse
|
|
- PLATFORMIO_CI_SRC=examples/HID/USBHIDJoystick
|
|
- PLATFORMIO_CI_SRC=examples/HID/USBHIDMultimediaKbd
|
|
- PLATFORMIO_CI_SRC=examples/hub_demo
|
|
- PLATFORMIO_CI_SRC=examples/max_LCD
|
|
- PLATFORMIO_CI_SRC=examples/pl2303/pl2303_gprs_terminal
|
|
- PLATFORMIO_CI_SRC=examples/pl2303/pl2303_gps
|
|
- PLATFORMIO_CI_SRC=examples/pl2303/pl2303_tinygps
|
|
- PLATFORMIO_CI_SRC=examples/pl2303/pl2303_xbee_terminal
|
|
- PLATFORMIO_CI_SRC=examples/PS3USB
|
|
- PLATFORMIO_CI_SRC=examples/PS4USB
|
|
- PLATFORMIO_CI_SRC=examples/PSBuzz
|
|
# - PLATFORMIO_CI_SRC=examples/testusbhostFAT
|
|
- PLATFORMIO_CI_SRC=examples/USB_desc
|
|
- PLATFORMIO_CI_SRC=examples/USBH_MIDI/bidirectional_converter
|
|
- PLATFORMIO_CI_SRC=examples/USBH_MIDI/eVY1_sample
|
|
- PLATFORMIO_CI_SRC=examples/USBH_MIDI/USB_MIDI_converter
|
|
- PLATFORMIO_CI_SRC=examples/USBH_MIDI/USB_MIDI_converter_multi
|
|
- PLATFORMIO_CI_SRC=examples/USBH_MIDI/USBH_MIDI_dump
|
|
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXOLD
|
|
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXONE
|
|
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXONESBT
|
|
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXRECV
|
|
- PLATFORMIO_CI_SRC=examples/Xbox/XBOXUSB
|
|
|
|
install:
|
|
- pip install -U platformio
|
|
- export PLATFORMIO_BUILD_FLAGS="$PLATFORMIO_BUILD_FLAGS -DDEBUG_USB_HOST -Wall -Werror"
|
|
|
|
#
|
|
# Libraries from PlatformIO Library Registry:
|
|
#
|
|
# http://platformio.org/lib/show/62/MIDI
|
|
# http://platformio.org/lib/show/416/TinyGPS
|
|
# http://platformio.org/lib/show/417/SPI4Teensy3
|
|
- platformio lib install 62 416 417
|
|
|
|
script:
|
|
- if [[ -z "$SKIP_UNO" ]]; then UNO="--board=uno"; fi
|
|
- platformio ci --lib="." $UNO --board=genuino101 --board=teensy30 --board=teensy31 --board=teensy35 --board=teensy36 --board=teensylc --board=esp12e --board=nodemcu --board=esp32dev
|
|
- platformio ci --lib="." --board=due --project-option="build_flags=-Wno-misleading-indentation" # Workaround https://travis-ci.org/felis/USB_Host_Shield_2.0/jobs/569237654 and https://github.com/arduino/ArduinoCore-sam/issues/69
|
|
|
|
before_deploy:
|
|
# Fix errors in the Doxygen Markdown parser and generate the docs
|
|
- sed -i 's/Circuits@/Circuits\\@/' README.md
|
|
- sed -i 's/@YuuichiAkagawa/\\@YuuichiAkagawa/' README.md
|
|
- doxygen doc/Doxyfile
|
|
- touch doc/html/.nojekyll
|
|
|
|
deploy:
|
|
provider: pages
|
|
github-token: $GITHUB_TOKEN
|
|
local_dir: doc/html
|
|
skip_cleanup: true
|
|
keep-history: true
|
|
on:
|
|
branch: master
|