mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 16:28:19 +02:00
Add a separate CI job for linux-package
Should catch issues like #1786 in the future
This commit is contained in:
@@ -13,6 +13,12 @@ jobs:
|
|||||||
- run: ./kitty/launcher/kitty +launch test.py
|
- run: ./kitty/launcher/kitty +launch test.py
|
||||||
- run: make FAIL_WARN=-W man
|
- run: make FAIL_WARN=-W man
|
||||||
- run: make FAIL_WARN=-W html
|
- run: make FAIL_WARN=-W html
|
||||||
|
|
||||||
|
lin-package:
|
||||||
|
docker:
|
||||||
|
- image: kovidgoyal/kitty-test:latest
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
- run: python3 setup.py linux-package --update-check-interval=0
|
- run: python3 setup.py linux-package --update-check-interval=0
|
||||||
|
|
||||||
lin-35:
|
lin-35:
|
||||||
@@ -93,5 +99,6 @@ workflows:
|
|||||||
- lin-sys
|
- lin-sys
|
||||||
- lin-35
|
- lin-35
|
||||||
- lin-37
|
- lin-37
|
||||||
|
- lin-package
|
||||||
- lin-bundle
|
- lin-bundle
|
||||||
- mac-brew
|
- mac-brew
|
||||||
|
|||||||
Reference in New Issue
Block a user