mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 07:06:03 +08:00
okay, let's not do that with travis_wait
This commit is contained in:
parent
7e41496f56
commit
39904d993e
@ -2,7 +2,7 @@ language: generic
|
||||
before_install:
|
||||
- sh package/linux/travis-decrypt-key
|
||||
script:
|
||||
- travis_wait 30 bash package/linux/travis-setup.sh
|
||||
- bash package/linux/travis-setup.sh
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user