Build static binaries on CI
This commit is contained in:
parent
8d12e60f62
commit
c03af4d294
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user