Update test.yml

This commit is contained in:
Sergio R. Caprile 2022-12-27 20:27:56 -03:00 committed by Sergio R. Caprile
parent 77e62626a9
commit d8fb110b56
2 changed files with 3 additions and 2 deletions

View File

@ -91,7 +91,7 @@ jobs:
example:
- path: esp32/device-dashboard
- path: esp32/uart-bridge
- path: esp8266
- path: esp8266/http-client-server
- path: stm32/stm32-freertos-tcp
- path: stm32/stm32-nucleo-f746z
- path: stm32/stm32-nucleo-f746zg

View File

@ -12,6 +12,8 @@ YQ ?= yq
example:
true
clean:
true
init:
ifeq ($(wildcard $(ZEPHYR_PATH)/.*),)
@ -26,4 +28,3 @@ minify:
$(YQ) -i eval '(.manifest.defaults, .manifest.remotes, .manifest.projects[] | select(.name == "cmsis" or .name == "hal_stm32" or .name == "mbedtls" or .name == "mcuboot" or .name == "picolibc" | del(.null) ), .manifest.self) as $$i ireduce({};setpath($$i | path; $$i)) | del(.manifest.projects.[].null) | del(..|select(length==0))' zephyrproject/zephyr/west.yml
zephyr: init minify update