From cba36f224057e36186c9bc46ed064a2a3f2b6f1e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 22 Feb 2020 18:36:07 +0530 Subject: [PATCH] brew bundle seems to have been removed --- .circleci/config.yml | 2 +- Brewfile | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 Brewfile 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'