mirror of
https://github.com/pellepl/spiffs.git
synced 2026-08-22 18:00:00 +00:00
9 lines
110 B
YAML
9 lines
110 B
YAML
language: c
|
|
|
|
compiler:
|
|
- gcc
|
|
|
|
before_script:
|
|
|
|
script: make all && make clean && make test && make build-all
|