diff --git a/.circleci/config.yml b/.circleci/config.yml index 5d4fc47d2..d734e16e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -82,7 +82,7 @@ jobs: LANG: en_US.UTF-8 steps: - checkout - - run: brew bundle + - run: brew install pkg-config imagemagick harfbuzz python sphinx-doc - 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 diff --git a/Brewfile b/Brewfile deleted file mode 100644 index f38beba66..000000000 --- a/Brewfile +++ /dev/null @@ -1,5 +0,0 @@ -brew 'pkg-config' -brew 'imagemagick' -brew 'harfbuzz' -brew 'python' -brew 'sphinx-doc'