Admitting defeat vs: Travis for now

This commit is contained in:
Joseph Lenox 2018-06-22 09:32:32 -05:00
parent 3bf2841d3f
commit 34b7987696

View File

@ -2,13 +2,12 @@ language: generic
before_install:
- 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}" = "linux" ]; then ( sudo Xvfb :99 -ac -screen 0 1024x768x8; echo ok )& fi
script:
- bash package/linux/travis-setup.sh
- mkdir build && cd build
- cmake -DBOOST_ROOT=$BOOST_DIR -DSLIC3R_STATIC=ON ../src
- cmake --build .
- ctest .
- ctest . -R TestSlic3r
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ctest . -R TestGUI; fi
branches:
only: