Skip to content

Commit

Permalink
ci: use Blender 2.83.9 in unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeCrassous committed Jan 13, 2021
1 parent 1b87bcb commit 7f44f5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ release:
tags:
- blender
variables:
MIXER_BLENDER_ZIP_BASENAME: blender-2.83.4-windows64
MIXER_BLENDER_ZIP_BASENAME: blender-2.83.9-windows64
MIXER_BLENDER_VERSION_BASE: "2.83"
MIXER_BASH_EXE: C:\Program Files\Git\bin\bash.exe
VRTIST_PORT: 25600 # In case a server is already running on our default port on the test computer
Expand Down
2 changes: 1 addition & 1 deletion extra/bisect.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set MIXER_BLENDER_EXE_PATH=c:\Blender-dev\blender-2.83.4-windows64\blender.exe
set MIXER_BLENDER_EXE_PATH=c:\Blender-dev\blender-2.83.9-windows64\blender.exe

set TEST=tests.blender.test_blenddata_ids.TestShapeKey.test_remove_key
set GOOD=294ad1a30d10921afd4e94f36f718c7651cec66f
Expand Down
2 changes: 1 addition & 1 deletion extra/repeat_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ setlocal enabledelayedexpansion

@rem set PYTHONHASHSEED=1
set TEST=tests.vrtist.test_conflicts.TestObjectRenameGeneric.test_update_object
set MIXER_BLENDER_EXE_PATH=c:\Blender-dev\blender-2.83.4-windows64\blender.exe
set MIXER_BLENDER_EXE_PATH=c:\Blender-dev\blender-2.83.9-windows64\blender.exe

set FAIL=0
FOR /L %%x IN (1,1,10) do (
Expand Down

0 comments on commit 7f44f5d

Please sign in to comment.