Update build_html_examples.sh
This commit is contained in:
committed by
GitHub
parent
501230e0fc
commit
399069b4a2
@@ -4,9 +4,9 @@ export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
|||||||
CURRENT_REF="$(git rev-parse HEAD)"
|
CURRENT_REF="$(git rev-parse HEAD)"
|
||||||
rm -rf emscripten_builder
|
rm -rf emscripten_builder
|
||||||
git clone https://github.com/lvgl/lv_sim_emscripten.git emscripten_builder
|
git clone https://github.com/lvgl/lv_sim_emscripten.git emscripten_builder
|
||||||
git checkout 45e0bc5c8d3e55cfbcaf8214361d2335b8b9a7b4
|
|
||||||
scripts/genexamplelist.sh > emscripten_builder/examplelist.c
|
scripts/genexamplelist.sh > emscripten_builder/examplelist.c
|
||||||
cd emscripten_builder
|
cd emscripten_builder
|
||||||
|
git checkout 45e0bc5c8d3e55cfbcaf8214361d2335b8b9a7b4
|
||||||
git submodule update --init -- lvgl
|
git submodule update --init -- lvgl
|
||||||
cd lvgl
|
cd lvgl
|
||||||
git checkout $CURRENT_REF
|
git checkout $CURRENT_REF
|
||||||
|
|||||||
Reference in New Issue
Block a user