Surely nobody would forget to run the size check
This commit is contained in:
parent
c853280d92
commit
df5f8f637d
1
BUILD.md
1
BUILD.md
|
@ -9,6 +9,7 @@ rm -rf venv # in case you have an old borked venv!
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
python size_check.py
|
||||||
rm -rf build/ && time make -j 48
|
rm -rf build/ && time make -j 48
|
||||||
# Should take 2-3 minutes to create noto-emoji/NotoColorEmoji.ttf
|
# Should take 2-3 minutes to create noto-emoji/NotoColorEmoji.ttf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user