Открыть боковую панель
nikitronn
sverchok
Коммиты
741d21f8
Коммит
741d21f8
создал
Сен 18, 2019
по автору
Ilya Portnov
Просмотр файлов
update .travis.yml...
владелец
80260ace
Изменения
1
Скрыть пробелы
Построчно
Рядом
.travis.yml
Просмотр файла @
741d21f8
...
@@ -11,10 +11,10 @@ install:
...
@@ -11,10 +11,10 @@ install:
if [ $TRAVIS_BRANCH = "b28_prelease_master" ]
if [ $TRAVIS_BRANCH = "b28_prelease_master" ]
then BLENDER_VERSION=2.80
then BLENDER_VERSION=2.80
BLENDER_URL=https://ftp.nluug.nl/pub/graphics/blender/release/Blender2.80/blender-2.80-linux-glibc217-x86_64.tar.bz2
BLENDER_URL=https://ftp.nluug.nl/pub/graphics/blender/release/Blender2.80/blender-2.80-linux-glibc217-x86_64.tar.bz2
SVERCHOK_DIR=scripts/addons/sverchok
SVERCHOK_DIR=scripts/addons
_contrib
/sverchok
else BLENDER_VERSION=2.79
else BLENDER_VERSION=2.79
BLENDER_URL=https://www.blend4web.com/blender/release/Blender2.79/blender-2.79-linux-glibc219-x86_64.tar.bz2
BLENDER_URL=https://www.blend4web.com/blender/release/Blender2.79/blender-2.79-linux-glibc219-x86_64.tar.bz2
SVERCHOK_DIR=scripts/addons
_contrib
/sverchok
SVERCHOK_DIR=scripts/addons/sverchok
fi
fi
BLENDER_TAR=$(basename $BLENDER_URL)
BLENDER_TAR=$(basename $BLENDER_URL)
BLENDER_DIR=$(basename $BLENDER .tar.bz2)
BLENDER_DIR=$(basename $BLENDER .tar.bz2)
...
@@ -23,7 +23,7 @@ install:
...
@@ -23,7 +23,7 @@ install:
mkdir -p installation
mkdir -p installation
cd installation
cd installation
wget $BLENDER_URL
wget $BLENDER_URL
tar xf $BLENDER_TAR
tar x
v
f $BLENDER_TAR
if [ -d blender ]
if [ -d blender ]
then rm -rf blender
then rm -rf blender
fi
fi
...
@@ -33,6 +33,7 @@ install:
...
@@ -33,6 +33,7 @@ install:
cd ..
cd ..
fi
fi
mkdir -p ${PWD}/installation/blender/${BLENDER_VERSION}/${SVERCHOK_DIR}
ln -s ${PWD} ${PWD}/installation/blender/${BLENDER_VERSION}/${SVERCHOK_DIR}
ln -s ${PWD} ${PWD}/installation/blender/${BLENDER_VERSION}/${SVERCHOK_DIR}
mkdir -p ~/.config/blender/${BLENDER_VERSION}/config/
mkdir -p ~/.config/blender/${BLENDER_VERSION}/config/
ln -s ${PWD}/tests/references/userpref.blend ~/.config/blender/${BLENDER_VERSION}/config/
ln -s ${PWD}/tests/references/userpref.blend ~/.config/blender/${BLENDER_VERSION}/config/
...
...
Редактирование
Предварительный просмотр
Поддерживает Markdown
0%
Попробовать снова
или
прикрепить новый файл
.
Отмена
You are about to add
0
people
to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать