mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 13:19:01 +08:00
Don't run gui tests on build server for now.
This commit is contained in:
parent
0ae15512fd
commit
97793d2269
@ -8,7 +8,7 @@ script:
|
||||
- cmake -DBOOST_ROOT=$BOOST_DIR -DSLIC3R_STATIC=ON ../src
|
||||
- cmake --build .
|
||||
- ctest . -R TestSlic3r
|
||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ctest . -R TestGUI; fi
|
||||
# - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ctest . -R TestGUI; fi
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
Loading…
x
Reference in New Issue
Block a user