1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-05-15 10:29:25 +00:00
libsearpc/.travis.yml
2018-08-04 14:37:07 +08:00

20 lines
279 B
YAML

sudo: false
language: python
compiler:
- gcc
- clang
addons:
apt:
packages:
- libjansson-dev
before_install:
- git clean -x -f
- ./autogen.sh
script:
- ./configure
- make -j4
- make check -j4
- python pysearpc/test_pysearpc.py
notifications:
email: false