vectorwrapper/.travis.yml

7 lines
164 B
YAML

language: cpp
compiler: gcc
script:
- mkdir build
- cd build
- cmake -GCMAKE_BUILD_TYPE=Debug ../test && make
- ./unit/unit --gtest_filter='*.*'