Skip to content

Commit

Permalink
Run CTest with verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Oct 16, 2019
1 parent b08fcdc commit 650c1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ script:
-DKokkos_ENABLE_TESTS=On
${CMAKE_BUILD_TYPE:+-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}} &&
make VERBOSE=1 -j2 &&
travis_wait 60 make test CTEST_OUTPUT_ON_FAILURE=1 &&
travis_wait ctest --verbose &&
make install DESTDIR=${PWD}/install && rm -rf ${PWD}/install/usr/local && rmdir ${PWD}/install/usr &&
popd

Expand Down

0 comments on commit 650c1ff

Please sign in to comment.