fontgen: make simulator build fonts too
This commit is contained in:
parent
b9fbee1007
commit
e39f183efe
9
.github/workflows/lv_sim.yml
vendored
9
.github/workflows/lv_sim.yml
vendored
|
@ -34,6 +34,10 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y install libsdl2-dev
|
sudo apt-get -y install libsdl2-dev
|
||||||
|
|
||||||
|
- name: Install lv_font_conv
|
||||||
|
run:
|
||||||
|
npm i -g lv_font_conv
|
||||||
|
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
# Checkout
|
# Checkout
|
||||||
|
|
||||||
|
@ -42,6 +46,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: build fonts
|
||||||
|
run: |
|
||||||
|
cd src/displayapp/fonts/
|
||||||
|
python generate.py fonts.json
|
||||||
|
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
# get InfiniSim repo
|
# get InfiniSim repo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user