mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-05-05 05:36:19 +00:00
Add travis script
This commit is contained in:
parent
66f7c265c0
commit
146374cc8d
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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
|
||||||
|
notifications:
|
||||||
|
email: false
|
@ -1,4 +1,4 @@
|
|||||||
Introduction
|
Introduction [](http://travis-ci.org/haiwen/libsearpc)
|
||||||
============
|
============
|
||||||
|
|
||||||
Searpc is a simple C language RPC framework based on GObject system. Searpc
|
Searpc is a simple C language RPC framework based on GObject system. Searpc
|
||||||
|
Loading…
Reference in New Issue
Block a user