1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-04-27 18:25:06 +00:00
libsearpc/.travis.yml

26 lines
348 B
YAML
Raw Normal View History

2016-06-15 07:48:23 +00:00
sudo: false
2018-08-04 06:12:50 +00:00
language: python
python:
- "2.7"
- "3.5"
- "3.6"
2014-06-09 07:02:41 +00:00
compiler:
- gcc
- clang
2016-06-15 07:48:23 +00:00
addons:
apt:
packages:
- libjansson-dev
install:
- pip install future
2014-06-09 07:02:41 +00:00
before_install:
- git clean -x -f
- ./autogen.sh
script:
- ./configure
2018-08-04 06:12:50 +00:00
- make -j4
- make check -j4
2018-08-04 06:37:07 +00:00
- python pysearpc/test_pysearpc.py
2014-06-09 07:02:41 +00:00
notifications:
email: false