From 9dadd9188736658151119d12b02de00c21aa2206 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 Jun 2019 12:07:52 +0530 Subject: [PATCH] Build the kitty logo on CircleCI --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 14b309bb0..29a5c8f4d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,6 +65,7 @@ jobs: - run: mkdir -p $SW - run: curl https://download.calibre-ebook.com/travis/kitty/osx.tar.xz | tar xJ -C $SW - run: echo "export PATH=$SW/bin:$PATH" >> $BASH_ENV + - run: python3 logo/make.py - run: python3 setup.py build --debug --verbose - run: ./kitty/launcher/kitty +launch test.py