mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 17:52:01 +08:00
Made tests report their status.
This commit is contained in:
parent
17e588904b
commit
d3dc2ccc8b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user