mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-12-26 03:03:18 +03:00
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 -y install libsdl2-dev
|
||||
|
||||
- name: Install lv_font_conv
|
||||
run:
|
||||
npm i -g lv_font_conv
|
||||
|
||||
#########################################################################################
|
||||
# Checkout
|
||||
|
||||
@ -42,6 +46,11 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: build fonts
|
||||
run: |
|
||||
cd src/displayapp/fonts/
|
||||
python generate.py fonts.json
|
||||
|
||||
#########################################################################################
|
||||
# get InfiniSim repo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user