codecrepos.git_repository_cloner_and_builder
- class GitRepositoryClonerAndBuilder(repository_address: str = '', tag: str = 'master', local_path: str = '', build_tool: str = 'cmake', cmake_path: str = '..', build_path: str = 'build', build_options: List[str] = <factory>, use_docker_to_build: bool = True, gcc_version_from_build: str = 'Undefined', commit_hash: str = '')[source]
Bases:
object- Parameters:
repository_address (str)
tag (str)
local_path (str)
build_tool (str)
cmake_path (str)
build_path (str)
build_options (List[str])
use_docker_to_build (bool)
gcc_version_from_build (str)
commit_hash (str)
- repository_address: str = ''
- tag: str = 'master'
- local_path: str = ''
- build_tool: str = 'cmake'
- cmake_path: str = '..'
- build_path: str = 'build'
- build_options: List[str]
- use_docker_to_build: bool = True
- gcc_version_from_build: str = 'Undefined'
- commit_hash: str = ''