Files
spiffs/.travis.yml
Deomid Ryabkov 8c5bacc45c Add optional file metadata
Metadata is stored in the file index structure and is opaque to SPIFFS.
It allows user to associate additional information with a file.

Fixes pellepl/spiffs#127
2017-01-20 17:56:36 +00:00

9 lines
159 B
YAML

language: c
compiler:
- gcc
before_script:
script: make all && make clean && make test && make build-all && make clean test FLAGS=-DSPIFFS_OBJ_META_LEN=8