Build static binaries on CI

This commit is contained in:
Kovid Goyal
2022-11-15 15:07:33 +05:30
parent 8d12e60f62
commit c03af4d294

View File

@@ -105,6 +105,9 @@ jobs:
- name: Build kitty
run: python setup.py build --debug
- name: Build static kitty-tool
run: python setup.py build-static-binaries
- name: Run mypy
run: which python && python -m mypy --version && ./test.py mypy