mirror of
https://github.com/grillbaer/esp32-geiger-counter.git
synced 2025-12-21 13:23:15 +01:00
17 lines
209 B
YAML
17 lines
209 B
YAML
language: python
|
|
python:
|
|
- "3.7"
|
|
|
|
sudo: false
|
|
cache:
|
|
directories:
|
|
- "~/.platformio"
|
|
- $HOME/.cache/pip
|
|
|
|
install:
|
|
- pip install -U platformio
|
|
- pio update
|
|
|
|
script:
|
|
- pio run
|