create travis files

This commit is contained in:
mrkraimer
2017-09-13 05:14:10 -04:00
parent 4b0970ffcb
commit e03096c35e
2 changed files with 88 additions and 0 deletions

22
.travis.yml Normal file
View File

@ -0,0 +1,22 @@
sudo: false
dist: trusty
language: c++
compiler:
- gcc
addons:
apt:
packages:
- libreadline6-dev
- libncurses5-dev
- perl
- clang
- g++-mingw-w64-i686
env:
- BRBASE=3.16 WINE=32
- BRBASE=3.16 USR_CXXFLAGS=-std=c++11 CMPLR=clang
- BRBASE=3.15
- BRBASE=3.14
install:
- ./build-deps.sh
script:
- make -j2