7 lines
173 B
YAML
7 lines
173 B
YAML
language: cpp
|
|
compiler:
|
|
- gcc
|
|
before_install:
|
|
- sudo apt-get install libboost-regex1.48-dev
|
|
install: script/configure.sh -D USE_BOOST_REGEX
|
|
script: script/test_all.sh
|