mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-28 04:37:47 +02:00
Update the git and svn clone
This commit is contained in:
+6
-3
@@ -16,10 +16,13 @@ update:
|
||||
cache:
|
||||
key: blender-source
|
||||
script:
|
||||
- mkdir /opt/blender-git -p
|
||||
- mkdir -p /opt/blender-git/lib
|
||||
- cd /opt/blender-git
|
||||
- clone https://git.blender.org/blender.git
|
||||
- svn checkout
|
||||
- git clone https://git.blender.org/blender.git
|
||||
- cd /opt/blender-git/blender
|
||||
- git submodule update --init --recursive
|
||||
- cd /opt/blender-git/lib
|
||||
- svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/linux_centos7_x86_64
|
||||
|
||||
build:
|
||||
rules:
|
||||
|
||||
Reference in New Issue
Block a user