Test doc building on macOS

This commit is contained in:
Kovid Goyal 2019-06-24 17:39:35 +05:30
parent 9135387cfa
commit 27f9f1756b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,7 @@ jobs:
- checkout
- run: echo "export LD_LIBRARY_PATH=$SW/lib" >> $BASH_ENV
- run: echo "export PKG_CONFIG_PATH=$SW/lib/pkgconfig" >> $BASH_ENV
- run: echo "export PYTHONHOME=$SW" >> $BASH_ENV
- run: $SW/bin/python3 setup.py build --debug --verbose
- run: ./kitty/launcher/kitty +launch test.py
@ -79,6 +80,7 @@ jobs:
- run: python3 logo/make.py
- 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
- run: python3 setup.py linux-package

View File

@ -4,3 +4,4 @@ brew 'optipng'
brew 'librsvg'
brew 'harfbuzz'
brew 'python'
brew 'sphinx-doc'