mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 17:53:45 +08:00
docs(examples) update to handle Emscripten port switching to CMake
This commit is contained in:
parent
c057060913
commit
5e25cec25d
@ -10,6 +10,10 @@ cd lvgl
|
||||
git checkout $CURRENT_REF
|
||||
cd ..
|
||||
git submodule update --init -- lv_drivers
|
||||
make -j$(nproc) CHOSEN_DEMO=lv_example_noop || exit 1
|
||||
cd ..
|
||||
cp -a emscripten_builder/build docs/_static/built_lv_examples
|
||||
mkdir cmbuild
|
||||
cd cmbuild
|
||||
emcmake cmake .. -DLVGL_CHOSEN_DEMO=lv_example_noop
|
||||
make -j$(nproc)
|
||||
rm -rf CMakeFiles
|
||||
cd ../..
|
||||
cp -a emscripten_builder/cmbuild docs/_static/built_lv_examples
|
||||
|
Loading…
Reference in New Issue
Block a user