Put back the Brewfile

This commit is contained in:
Kovid Goyal 2020-02-22 19:07:17 +05:30
parent b12a8331f1
commit 533a739e2b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 6 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1,5 @@
pkg-config
python
imagemagick
harfbuzz
sphinx-doc