vectorwrapper/.travis.yml

6 lines
128 B
YAML
Raw Normal View History

2015-07-23 21:20:59 +00:00
language: cpp
compiler: gcc
2015-07-23 21:23:43 +00:00
script:
2015-07-23 21:25:28 +00:00
- cmake -DCMAKE_BUILD_TYPE=Debug ../test && make
2015-07-23 21:20:59 +00:00
- ./unit/unit --gtest_filter='*.*'