Run ctest directly for travis CI builds

main
Niels Grewe 10 years ago
parent 2fbf85c06a
commit 16d563fc14

@ -5,4 +5,4 @@ script:
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=Debug .. - cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build . - cmake --build .
- cmake --build . --target test - ctest

Loading…
Cancel
Save