Add shared heap sample (#3806)

This commit is contained in:
Wenyong Huang
2024-09-20 16:13:20 +08:00
committed by GitHub
parent 1fd422ae6e
commit c4aa1deda5
11 changed files with 548 additions and 2 deletions

View File

@ -386,3 +386,11 @@ jobs:
./build.sh
./run.sh test1
./run.sh test2
- name: Build Sample [shared-heap]
run: |
cd samples/shared-heap
mkdir build && cd build
cmake ..
cmake --build . --config Debug --parallel 4
./shared_heap_test