Add CircleCI badge

This commit is contained in:
Kovid Goyal 2019-01-26 13:06:11 +05:30
parent 4dcaec0997
commit 66d2930b7e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,6 @@ jobs:
- checkout
- run: echo "export LD_LIBRARY_PATH=$SW/lib" >> $BASH_ENV
- run: echo "export PKG_CONFIG_PATH=$SW/lib/pkgconfig" >> $BASH_ENV
- run: echo $LD_LIBRARY_PATH
- run: $SW/bin/python3 setup.py build --debug --verbose
- run: $SW/bin/python3 test.py

View File

@ -2,4 +2,5 @@
See https://sw.kovidgoyal.net/kitty
image::https://travis-ci.org/kovidgoyal/kitty.svg?branch=master[Build status, link=https://travis-ci.org/kovidgoyal/kitty]
image:https://circleci.com/gh/kovidgoyal/kitty.svg?style=svg["CircleCI Build status", link="https://circleci.com/gh/kovidgoyal/kitty"]
image::https://travis-ci.org/kovidgoyal/kitty.svg?branch=master[Travis Build status, link=https://travis-ci.org/kovidgoyal/kitty]