mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 03:35:55 +08:00
Oops, forgot a ]
This commit is contained in:
parent
8558050979
commit
9474e2bbc0
@ -3,7 +3,7 @@
|
||||
WXVERSION=302
|
||||
CACHE=$HOME/cache
|
||||
mkdir -p $CACHE
|
||||
if [ $TRAVIS_OS_NAME == "linux"; then
|
||||
if [ $TRAVIS_OS_NAME == "linux" ]; then
|
||||
if [ ! -e $CACHE/boost-compiled.tar.bz2 ]; then
|
||||
echo "Downloading http://www.siusgs.com/slic3r/buildserver/boost_1_63_0.built.gcc-4.9.4-buildserver.tar.bz2 => $CACHE/boost-compiled.tar.bz2"
|
||||
curl -L "http://www.siusgs.com/slic3r/buildserver/boost_1_63_0.built.gcc-4.9.4-buildserver.tar.bz2" -o $CACHE/boost-compiled.tar.bz2
|
||||
|
Loading…
x
Reference in New Issue
Block a user