mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 20:50:40 +08:00
Derp, it's travis_wait
This commit is contained in:
parent
60e29a4c44
commit
ff2e2476b3
@ -5,7 +5,7 @@ before_install:
|
|||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; fi
|
||||||
script:
|
script:
|
||||||
- travis wait 30 bash package/linux/travis-setup.sh
|
- travis_wait 30 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 .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user