vectorwrapper/.travis.yml

8 lines
164 B
YAML
Raw Normal View History

2015-07-23 21:20:59 +00:00
language: cpp
compiler: gcc
script:
- mkdir build
- cd build
- cmake -GCMAKE_BUILD_TYPE=Debug ../test && make
- ./unit/unit --gtest_filter='*.*'