travis-ci
This commit is contained in:
30
.travis.yml
Normal file
30
.travis.yml
Normal 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
|
Reference in New Issue
Block a user