mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Put back the Brewfile
This commit is contained in:
parent
b12a8331f1
commit
533a739e2b
2 changed files with 6 additions and 2 deletions
|
|
@ -82,8 +82,7 @@ jobs:
|
|||
LANG: en_US.UTF-8
|
||||
steps:
|
||||
- checkout
|
||||
- run: brew install pkg-config imagemagick harfbuzz python
|
||||
- run: python3 -m pip install sphinx
|
||||
- run: brew install $(cat Brewfile|grep -v "#")
|
||||
- run: python3 setup.py build --debug --verbose
|
||||
- run: ./kitty/launcher/kitty +launch test.py
|
||||
- run: echo "export PATH=/usr/local/opt/sphinx-doc/bin:$PATH" >> $BASH_ENV
|
||||
|
|
|
|||
5
Brewfile
Normal file
5
Brewfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pkg-config
|
||||
python
|
||||
imagemagick
|
||||
harfbuzz
|
||||
sphinx-doc
|
||||
Loading…
Add table
Add a link
Reference in a new issue