mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 02:29:03 +08:00
extend wait time for setup to 30 minutes
This commit is contained in:
parent
017e3af98d
commit
065820a06e
@ -3,7 +3,7 @@ before_install:
|
||||
- sh package/linux/travis-decrypt-key
|
||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ( sudo Xvfb :99 -ac -screen 0 1024x768x8; echo ok )& fi
|
||||
script:
|
||||
- bash package/linux/travis-setup.sh
|
||||
- travis wait 30 bash package/linux/travis-setup.sh
|
||||
- mkdir build && cd build
|
||||
- cmake -DBOOST_ROOT=$BOOST_DIR -DSLIC3R_STATIC=ON ../src
|
||||
- cmake --build .
|
||||
|
Loading…
x
Reference in New Issue
Block a user