File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v6
2222 - name : Build
23- run : make -C examples/embedding -f micropython_embed.mk && make -C examples/embedding
24- - name : Run
25- run : ./examples/embedding/embed | grep "hello world"
23+ run : tools/ci.sh embedding_build
Original file line number Diff line number Diff line change 1+ # Files created by ci.sh embed_build
2+ embed
3+ main.o
4+ micropython_embed
Original file line number Diff line number Diff line change @@ -194,6 +194,15 @@ function ci_cc3200_build {
194194 make ${MAKEOPTS} -C ports/cc3200 BTARGET=bootloader BTYPE=release
195195}
196196
197+ # #######################################################################################
198+ # ports/embed
199+
200+ function ci_embedding_build {
201+ make ${MAKEOPTS} -C examples/embedding -f micropython_embed.mk
202+ make ${MAKEOPTS} -C examples/embedding
203+ ./examples/embedding/embed | grep " hello world"
204+ }
205+
197206# #######################################################################################
198207# ports/esp32
199208
You can’t perform that action at this time.
0 commit comments