MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / CreateBuildDirectory

Function CreateBuildDirectory

scripts/github_ci_linux.py:63–65  ·  view source on GitHub ↗
(dir_path)

Source from the content-addressed store, hash-verified

61#
62# Create build directory if it does not already exist
63def CreateBuildDirectory(dir_path):
64 if not os.path.exists(dir_path):
65 os.makedirs(dir_path)
66
67#
68# Prepare the tools for testing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected