mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-26 22:41:03 +08:00
Update test.yml
This commit is contained in:
parent
77e62626a9
commit
d8fb110b56
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user