mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
move submodules and build_fossil_hr_watchface.sh to subdir
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
pushd jerryscript
|
||||
python3 tools/build.py --jerry-cmdline-snapshot ON
|
||||
popd
|
||||
pushd fossil-hr-watchface
|
||||
export jerry=../jerryscript/build/bin/jerry-snapshot
|
||||
$jerry generate -f '' open_source_watchface.js -o openSourceWatchface.bin
|
||||
$jerry generate -f '' widget_date.js -o widgetDate.bin
|
||||
$jerry generate -f '' widget_weather.js -o widgetWeather.bin
|
||||
$jerry generate -f '' widget_steps.js -o widgetSteps.bin
|
||||
$jerry generate -f '' widget_hr.js -o widgetHR.bin
|
||||
popd
|
||||
mv fossil-hr-watchface/*.bin ../app/src/main/assets/fossil_hr/
|
||||
+1
Submodule external/fossil-hr-watchface added at 71374ce959
+1
Submodule external/jerryscript added at e8bc7a2b93
Reference in New Issue
Block a user