Enabled I/O debugging

This commit is contained in:
Segey Lapin
2019-10-17 11:00:25 +03:00
parent 1be73ca0bf
commit ddd4ded627

2
Jenkinsfile vendored
View File

@@ -55,7 +55,7 @@ node('docker && ubuntu-16.04') {
cd proto2
rm -f characters/accessory.json
rm -Rf characters/accessory
../blender-2.80-linux-glibc217-x86_64/blender -b -P export.py
../blender-2.80-linux-glibc217-x86_64/blender -b --debug-io -P export.py
'''
}
stage("build-blendmaps") {