diff options
| author | Damien George <damien@micropython.org> | 2022-06-10 13:58:39 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-06-10 16:42:43 +1000 |
| commit | 1f1afae622a26a0484c8187b02c46db3eb0b053d (patch) | |
| tree | e8549c43b6db35a19308b80f0c9c8d22a92e734f /tools | |
| parent | 0e556f22a22ff26cedcacf08a2e273e916b76c30 (diff) | |
examples/natmod/features3: Add example to test more natmod features.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/ci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index 345aea84a..f92db66d7 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -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 |
