added json ci

This commit is contained in:
git@daemon.de
2015-07-17 18:17:09 +02:00
parent f7e6351640
commit 0378726ad8

View File

@@ -46,7 +46,7 @@ before_install:
#
# python bindings runtime dependencies
- sudo apt-get update -qq
- sudo apt-get install python-pip texinfo
- sudo apt-get install python-pip texinfo libjansson-dev libjansson4
- git clone https://github.com/atgreen/libffi
- cd libffi
- ./autogen.sh
@@ -62,7 +62,7 @@ compiler:
- clang
- gcc
script:
- ./configure --enable-python-binding
- ./configure --enable-python-binding --with-json
- make
- make check
- make test