From d3dc2ccc8baab0600caa9d9c48cc2d903025eadd Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Mon, 23 Jul 2018 09:50:54 -0500 Subject: [PATCH] Made tests report their status. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3dcd98803..a24363d64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,10 @@ script: - if [[ "$BUILD_PL" == false ]]; then mkdir build && cd build; fi - if [[ "$BUILD_PL" == false ]]; then cmake -DBOOST_ROOT=$BOOST_DIR -DSLIC3R_STATIC=ON ../src; fi - if [[ "$BUILD_PL" == false ]]; then cmake --build .; fi - - if [[ "$BUILD_PL" == false ]]; then ctest . -R TestSlic3r; fi + - if [[ "$BUILD_PL" == false ]]; then ./slic3r_test -s; fi - if [[ "$BUILD_PL" == true ]]; then perlbrew switch slic3r-perl; fi - if [[ "$BUILD_PL" == true ]]; then perl ./Build.PL; fi -# - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ctest . -R TestGUI; fi +# - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./gui_test -s; fi branches: only: - master