mirror of
https://github.com/sudomesh/disaster-radio.git
synced 2026-03-25 01:46:55 +01:00
18 lines
385 B
YAML
18 lines
385 B
YAML
language: python
|
|
python:
|
|
- "3.7"
|
|
|
|
# Cache PlatformIO packages using Travis CI container-based infrastructure
|
|
sudo: false
|
|
cache:
|
|
directories:
|
|
- "~/.platformio"
|
|
|
|
install:
|
|
- pip install -U platformio
|
|
- platformio update
|
|
|
|
script:
|
|
- cd firmware
|
|
- platformio run -e ttgo-lora32-v1 -e ttgo-lora32-v2 -e ttgo-lora32-tbeam -e heltec-v2 -e sparkfun-lora -e lopy4
|