tornavis/build_files/config
Brecht Van Lommel 7df6d9eb52 Build: update Windows ocloc to store binaries per generation
Same as #115750 for Linux, to gain space and compile time.

Pull Request: https://projects.blender.org/blender/blender/pulls/116159
2023-12-14 11:25:23 +01:00
..
README.md Delete pipeline_config.json file. The yaml file is now used. 2021-08-02 16:57:29 +02:00
pipeline_config.yaml Build: update Windows ocloc to store binaries per generation 2023-12-14 11:25:23 +01:00

README.md

Pipeline Config

The yaml configuration file is used by buildbot build pipeline update-code step.

The file allows to set branches or specific commits for both git submodules and svn artifacts. Can also define various build package versions for use by build workers. Especially useful in experimental and release branches.

NOTE:

  • The configuration file is NOT used by the ../utils/make_update.py script.
  • That will implemented in the future.