File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Manifest for testing the build.
2
+
3
+ # Include standard manifest.
4
+ include ("manifest.py" )
5
+
6
+ # Test freezing @micropython.native code.
7
+ freeze ("$(MPY_DIR)/tests/micropython" , "native_misc.py" )
8
+
9
+ # Test freezing @micropython.viper code.
10
+ freeze ("$(MPY_DIR)/tests/micropython" , "viper_misc.py" )
Original file line number Diff line number Diff line change @@ -131,7 +131,9 @@ function ci_esp32_build {
131
131
source esp-idf/export.sh
132
132
make ${MAKEOPTS} -C mpy-cross
133
133
make ${MAKEOPTS} -C ports/esp32 submodules
134
- make ${MAKEOPTS} -C ports/esp32 USER_C_MODULES=../../../examples/usercmodule/micropython.cmake FROZEN_MANIFEST=$( pwd) /ports/esp32/boards/manifest.py
134
+ make ${MAKEOPTS} -C ports/esp32 \
135
+ USER_C_MODULES=../../../examples/usercmodule/micropython.cmake \
136
+ FROZEN_MANIFEST=$( pwd) /ports/esp32/boards/manifest_test.py
135
137
if [ -d $IDF_PATH /components/esp32c3 ]; then
136
138
make ${MAKEOPTS} -C ports/esp32 BOARD=GENERIC_C3
137
139
fi
You can’t perform that action at this time.
0 commit comments