mirror of
https://github.com/pellepl/spiffs.git
synced 2026-08-13 21:57:47 +00:00
Only reset those that are set, do not assume that 0 -> 1 writes are ignored. (hopefully) fixes https://github.com/pellepl/spiffs/issues/172
12 lines
219 B
YAML
12 lines
219 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 &&
|
|
make clean test FLAGS=-DSPIFFS_NO_BLIND_WRITES=1
|