From 27f9f1756b8fb7b822f05775b1f1f77f71dbdeb3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 24 Jun 2019 17:39:35 +0530 Subject: [PATCH] Test doc building on macOS --- .circleci/config.yml | 2 ++ Brewfile | 1 + 2 files changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca9a2e4a3..191781328 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/Brewfile b/Brewfile index 4a0c529ab..aedec545f 100644 --- a/Brewfile +++ b/Brewfile @@ -4,3 +4,4 @@ brew 'optipng' brew 'librsvg' brew 'harfbuzz' brew 'python' +brew 'sphinx-doc'