added benchmark to travis

This commit is contained in:
Michele Caini
2017-04-02 15:08:27 +02:00
parent d822e1f412
commit cfbf60ad7a

View File

@@ -49,5 +49,5 @@ install:
script:
- mkdir -p build && cd build
- cmake .. && make -j4
- cmake -DCMAKE_BUILD_TYPE=Release .. && make -j4
- CTEST_OUTPUT_ON_FAILURE=1 make test