Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Merge branch '500-add-2-83-lts-to-nightly-tests' into 'master'
Browse files Browse the repository at this point in the history
Resolve "Add 2.83 LTS to nightly tests"

Closes #500

See merge request animation-studio/blender/mixer!248
  • Loading branch information
PhilippeCrassous committed Mar 18, 2021
2 parents 559170a + 9c9b15f commit 6ad050a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,27 @@ test_dev:
- .test_version_dev
- .except_nightly_test

.test_version_2.83.13:
extends:
- .test_base
variables:
MIXER_BLENDER_VERSION_BASE: "2.83"
MIXER_BLENDER_ZIP_BASENAME: blender-2.83.13-windows64
MIXER_BLENDER_DOWNLOAD: "release"

test_2.83.13:
extends:
- .test_version_2.83.13
- .only_nightly_test
- .except_on_gitlab.com

test_2.83.13_manual:
extends:
- .test_version_2.83.13
- .except_nightly_test
- .except_on_gitlab.com
when: manual

.test_version_2.91.2:
extends:
- .test_base
Expand Down

0 comments on commit 6ad050a

Please sign in to comment.