mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
examples/natmod/features3: Add example to test more natmod features.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -424,6 +424,7 @@ function ci_native_mpy_modules_build {
|
||||
fi
|
||||
make -C examples/natmod/features1 ARCH=$arch
|
||||
make -C examples/natmod/features2 ARCH=$arch
|
||||
make -C examples/natmod/features3 ARCH=$arch
|
||||
make -C examples/natmod/btree ARCH=$arch
|
||||
make -C examples/natmod/framebuf ARCH=$arch
|
||||
make -C examples/natmod/uheapq ARCH=$arch
|
||||
|
||||
Reference in New Issue
Block a user