mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-10-19 03:08:42 +00:00
17 lines
344 B
YAML
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
|