Update the cache to use an ubuntu image and install all csv software

This commit is contained in:
2022-12-25 12:00:16 +01:00
parent ad91f254d6
commit f0037ba69d
+3 -1
View File
@@ -15,8 +15,10 @@ update:
stage: update stage: update
cache: cache:
key: blender-source key: blender-source
services:
- ubuntu
script: script:
- apt-get install git - apt-get install -y git svn
- mkdir -p /opt/blender-git/lib - mkdir -p /opt/blender-git/lib
- cd /opt/blender-git - cd /opt/blender-git
- git clone https://git.blender.org/blender.git - git clone https://git.blender.org/blender.git