travis-ci

This commit is contained in:
Michael Davidsaver
2018-01-24 15:53:07 -08:00
parent e0a3ecb768
commit 867dd87095
5 changed files with 102 additions and 0 deletions

30
.travis.yml Normal file
View File

@ -0,0 +1,30 @@
sudo: false
dist: trusty
language: python
compiler:
- gcc
addons:
apt:
packages:
- libreadline6-dev
- libncurses5-dev
- perl
install:
- pip install -r requirements-${PROF}.txt
- ./build-deps.sh
script:
- make PYTHON=`which python` -j2
matrix:
include:
- python: "2.7"
env: BRBASE=3.16 PROF=deb8
- python: "2.7"
env: BRBASE=3.16 PROF=deb8 CMPLR=clang
- python: "3.4"
env: BRBASE=3.16 PROF=deb8
- python: "3.6"
env: BRBASE=3.16 PROF=deb9
- python: "2.7"
env: BRBASE=3.15 PROF=deb8
- python: "2.7"
env: BRBASE=3.14 PROF=deb8