Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2022-11-03 12:08:10 +0300
committerThomas Dinges <blender@dingto.org>2022-11-03 12:08:10 +0300
commit666135c32af3032d1e6c62ee953d65f399da7d0f (patch)
tree4aec57622e6ecb269df94f6735161613a3228b2b /build_files
parentd5ce854fb1c70febf49ebc1242c48dd1ffa3a4aa (diff)
Blender 3.4 - Beta
* BLENDER_VERSION_CYCLE set to beta * Update pipeline_config.yaml to point to 3.2 branches and svn tags * Update and uncomment BLENDER_VERSION in download.cmake
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/cmake/download.cmake2
-rw-r--r--build_files/config/pipeline_config.yaml18
2 files changed, 10 insertions, 10 deletions
diff --git a/build_files/build_environment/cmake/download.cmake b/build_files/build_environment/cmake/download.cmake
index 8d75f0ff0ed..5db1a4e56fa 100644
--- a/build_files/build_environment/cmake/download.cmake
+++ b/build_files/build_environment/cmake/download.cmake
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
## Update and uncomment this in the release branch
-# set(BLENDER_VERSION 3.1)
+set(BLENDER_VERSION 3.4)
function(download_source dep)
set(TARGET_FILE ${${dep}_FILE})
diff --git a/build_files/config/pipeline_config.yaml b/build_files/config/pipeline_config.yaml
index 3359f89c41e..7c8f15de777 100644
--- a/build_files/config/pipeline_config.yaml
+++ b/build_files/config/pipeline_config.yaml
@@ -5,38 +5,38 @@
update-code:
git:
submodules:
- - branch: master
+ - branch: blender-v3.4-release
commit_id: HEAD
path: release/scripts/addons
- - branch: master
+ - branch: blender-v3.4-release
commit_id: HEAD
path: release/scripts/addons_contrib
- - branch: master
+ - branch: blender-v3.4-release
commit_id: HEAD
path: release/datafiles/locale
- - branch: master
+ - branch: blender-v3.4-release
commit_id: HEAD
path: source/tools
svn:
libraries:
darwin-arm64:
- branch: trunk
+ branch: tags/blender-3.4-release
commit_id: HEAD
path: lib/darwin_arm64
darwin-x86_64:
- branch: trunk
+ branch: tags/blender-3.4-release
commit_id: HEAD
path: lib/darwin
linux-x86_64:
- branch: trunk
+ branch: tags/blender-3.4-release
commit_id: HEAD
path: lib/linux_centos7_x86_64
windows-amd64:
- branch: trunk
+ branch: tags/blender-3.4-release
commit_id: HEAD
path: lib/win64_vc15
tests:
- branch: trunk
+ branch: tags/blender-3.4-release
commit_id: HEAD
path: lib/tests
benchmarks: