1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-04-27 10:20:49 +00:00

Add travis script

This commit is contained in:
Chilledheart 2014-06-09 15:02:41 +08:00
parent 66f7c265c0
commit 146374cc8d
2 changed files with 16 additions and 1 deletions

15
.travis.yml Normal file
View 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

View File

@ -1,4 +1,4 @@
Introduction
Introduction [![Build Status](https://secure.travis-ci.org/haiwen/libsearpc.png?branch=master)](http://travis-ci.org/haiwen/libsearpc)
============
Searpc is a simple C language RPC framework based on GObject system. Searpc