Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Oct 13, 2024
1 parent e26777f commit 860b1d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/pylint_cycles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ declare -r SUPPORTED_BLENDER_VERSIONS=(
)
declare -r SUPPORTED_UPBGE_VERSIONS=(
"0.2.5"
"0.30" "0.36"
"latest"
)

Expand Down Expand Up @@ -52,6 +53,8 @@ declare -A BLENDER_TAG_NAME=(
)
declare -A UPBGE_TAG_NAME=(
["v0.2.5"]="v0.2.5"
["v0.30"]="v0.30"
["v0.36"]="v0.36"
["vlatest"]="master"
)

Expand Down

0 comments on commit 860b1d2

Please sign in to comment.