1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-10-21 20:28:40 +00:00
Files
libsearpc/.travis.yml

17 lines
344 B
YAML
Raw Normal View History

2014-06-09 15:02:41 +08:00
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
2014-06-09 15:02:41 +08:00
notifications:
email: false