From bc90ce569a1d00df74de9e63b12d9431c7349156 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 24 Jun 2019 18:17:26 +0530 Subject: [PATCH] Build kitty.app on CI --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 191781328..14b309bb0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -81,7 +81,9 @@ jobs: - 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 + - run: python3 setup.py linux-package --verbose + - run: python3 setup.py kitty.app --verbose + - run: kitty.app/Contents/MacOS/kitty +runpy "from kitty.constants import *; print(kitty_exe())" workflows: