vectorwrapper/.travis.yml
2015-07-23 23:25:28 +02:00

5 lines
128 B
YAML

language: cpp
compiler: gcc
script:
- cmake -DCMAKE_BUILD_TYPE=Debug ../test && make
- ./unit/unit --gtest_filter='*.*'