2016-06-15 07:48:23 +00:00
|
|
|
sudo: false
|
2018-08-04 06:12:50 +00:00
|
|
|
language: python
|
2019-06-06 09:57:53 +00:00
|
|
|
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
|
2019-06-06 10:28:03 +00:00
|
|
|
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
|