1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-10-19 03:08:42 +00:00
Files
libsearpc/.travis.yml
Chilledheart 59c82b2604 [tests] use clar
- enable test in travis-ci script
2014-07-18 09:58:40 +08:00

17 lines
344 B
YAML

language: c
compiler:
- gcc
- clang
before_install:
- sudo apt-get install libjansson-dev
- git clean -x -f
- ./autogen.sh
- cd demo && python ../lib/searpc-codegen.py rpc_table.py && cd -
- cd tests && python ../lib/searpc-codegen.py rpc_table.py && cd -
script:
- ./configure
- make -j8
- make check
notifications:
email: false