Use docker infrastructure on travis-ci
This commit is contained in:
parent
b4d93550b6
commit
6431a5ee75
1 changed files with 8 additions and 3 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -1,7 +1,12 @@
|
|||
sudo: false
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
before_install:
|
||||
- sudo apt-get install libboost-regex1.48-dev
|
||||
- gcc
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libboost-regex-dev
|
||||
|
||||
install: script/configure.sh -D USE_BOOST_REGEX=true -D USE_LIBPROFILER=false
|
||||
script: script/test_all.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue