mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 05:30:40 +08:00
try one last time to run gui tests on travis
This commit is contained in:
parent
870c06e53c
commit
3bf2841d3f
@ -2,12 +2,13 @@ language: generic
|
|||||||
before_install:
|
before_install:
|
||||||
- sh package/linux/travis-decrypt-key
|
- sh package/linux/travis-decrypt-key
|
||||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ( sudo Xvfb :99 -ac -screen 0 1024x768x8; echo ok )& fi
|
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ( sudo Xvfb :99 -ac -screen 0 1024x768x8; echo ok )& fi
|
||||||
|
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ( sudo Xvfb :99 -ac -screen 0 1024x768x8; echo ok )& fi
|
||||||
script:
|
script:
|
||||||
- bash package/linux/travis-setup.sh
|
- bash package/linux/travis-setup.sh
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- cmake -DBOOST_ROOT=$BOOST_DIR -DSLIC3R_STATIC=ON ../src
|
- cmake -DBOOST_ROOT=$BOOST_DIR -DSLIC3R_STATIC=ON ../src
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
- ctest . -R TestSlic3r
|
- ctest .
|
||||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ctest . -R TestGUI; fi
|
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ctest . -R TestGUI; fi
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user