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