do not build concurrently on Travis, also build (but not run) benchmarks

This commit is contained in:
Dennis Luxen 2015-04-13 14:43:35 +02:00
parent 86e7de4d62
commit 6c5015811e

View File

@ -27,8 +27,9 @@ before_script:
- cd build
- cmake .. $CMAKEOPTIONS -DBUILD_TOOLS=1
script:
- make -j 2
- make -j 2 tests
- make
- make tests
- make benchmarks
- ./datastructure-tests
- cd ..
- cucumber -p verify