From c8ed52f60070c642c0d723adca2e86915683c589 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 26 Jan 2019 14:31:33 +0530 Subject: [PATCH] ... --- .circleci/config.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3972c8a66..472596015 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,20 +52,20 @@ jobs: - run: $SW/bin/python3 setup.py build --debug --verbose - run: $SW/bin/python3 test.py - mac-bundle: - macos: - xcode: "10.1.0" - environment: - LC_ALL: en_US.UTF-8 - LANG: en_US.UTF-8 - SW: /Users/Shared/buildbot/sw/sw - steps: - - checkout - - 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 setup.py build --debug --verbose - - run: python3 test.py + mac-bundle: + macos: + xcode: "10.1.0" + environment: + LC_ALL: en_US.UTF-8 + LANG: en_US.UTF-8 + SW: /Users/Shared/buildbot/sw/sw + steps: + - checkout + - 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 setup.py build --debug --verbose + - run: python3 test.py workflows: