added the config of travis-ci

This commit is contained in:
薛丞宏 2017-03-15 10:35:04 +08:00
parent e8f010b9af
commit 9e89459081

24
.travis.yml Normal file
View File

@ -0,0 +1,24 @@
sudo: false
dist: trusty
language: c
compiler: gcc
env:
matrix:
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- subversion
- automake
- libtool
- zlib1g-dev
- libbz2-dev
- liblzma-dev
- libboost-all-dev
- libgoogle-perftools-dev
- libxmlrpc-c++.*-dev
- cmake
- csh
script:
- ./bjam -j4