MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / CustomBuild

Method CustomBuild

scripts/update_deps.py:574–578  ·  view source on GitHub ↗

Execute any custom_build steps from the repo root

(self, repo_dict)

Source from the content-addressed store, hash-verified

572 command_output(shlex.split(p), self.repo_dir)
573
574 def CustomBuild(self, repo_dict):
575 """Execute any custom_build steps from the repo root"""
576 for p in self.custom_build:
577 cmd = self.CustomPreProcess(p, repo_dict)
578 command_output(shlex.split(cmd), self.repo_dir)
579
580 def CMakeConfig(self, repos):
581 """Build CMake command for the configuration phase and execute it"""

Callers 1

BuildMethod · 0.95

Calls 3

CustomPreProcessMethod · 0.95
command_outputFunction · 0.85
splitMethod · 0.45

Tested by

no test coverage detected