bcfeef8004
Adds a webpack plugin to package interface as PROGMEM into a header file in the framework. Adds a build flag to optionally enable serving from PROGMEM or SPIFFS as required Adds documentation changes to describe changes
20 lines
257 B
YAML
20 lines
257 B
YAML
language: python
|
|
python:
|
|
- "3.8"
|
|
|
|
before_install:
|
|
- nvm install 10.15.3
|
|
- nvm use 10.15.3
|
|
|
|
sudo: false
|
|
cache:
|
|
directories:
|
|
- "~/.platformio"
|
|
|
|
install:
|
|
- pip install -U platformio
|
|
- platformio update
|
|
|
|
script:
|
|
- platformio run
|