mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
gen_esp32part: Run unit tests on host as part of gitlab-ci
This commit is contained in:
parent
7eb0b3c2d7
commit
51f20c6e7c
@ -151,6 +151,15 @@ test_nvs_on_host:
|
|||||||
- cd components/nvs_flash/test_nvs_host
|
- cd components/nvs_flash/test_nvs_host
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
|
test_partition_table_on_host:
|
||||||
|
stage: test
|
||||||
|
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||||
|
tags:
|
||||||
|
- build
|
||||||
|
script:
|
||||||
|
- cd components/partition_table/test_gen_esp32part_host
|
||||||
|
- ./gen_esp32part_tests.py
|
||||||
|
|
||||||
test_wl_on_host:
|
test_wl_on_host:
|
||||||
stage: test
|
stage: test
|
||||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
image: $CI_DOCKER_REGISTRY/esp32-ci-env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user