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

5 lines
126 B
YAML

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