mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: Add spiffs, fatfs host runs to CI
Adds running the fatfs, spiffs sanity check to CI.
This commit is contained in:
parent
e542b7a920
commit
c409666d4e
@ -285,6 +285,26 @@ test_wl_on_host:
|
|||||||
- cd components/wear_levelling/test_wl_host
|
- cd components/wear_levelling/test_wl_host
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
|
test_fatfs_on_host:
|
||||||
|
stage: test
|
||||||
|
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
||||||
|
tags:
|
||||||
|
- wl_host_test
|
||||||
|
dependencies: []
|
||||||
|
script:
|
||||||
|
- cd components/fatfs/test_fatfs_host/
|
||||||
|
- make test
|
||||||
|
|
||||||
|
test_spiffs_on_host:
|
||||||
|
stage: test
|
||||||
|
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
||||||
|
tags:
|
||||||
|
- wl_host_test
|
||||||
|
dependencies: []
|
||||||
|
script:
|
||||||
|
- cd components/spiffs/test_spiffs_host/
|
||||||
|
- make test
|
||||||
|
|
||||||
test_multi_heap_on_host:
|
test_multi_heap_on_host:
|
||||||
stage: test
|
stage: test
|
||||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user