fontgen: make simulator build fonts too

This commit is contained in:
Yehoshua Pesach Wallach 2022-04-20 20:53:10 +03:00 committed by JF
parent b9fbee1007
commit e39f183efe

View file

@ -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