You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
358 B
JSON
13 lines
358 B
JSON
{
|
|
"BUILD_ENTRY_POINT": "scripts/build/ci_build.py",
|
|
"PIPELINE_CONFIGS": [
|
|
"scripts/build/Platform/*/pipeline.json",
|
|
"restricted/*/scripts/build/pipeline.json"
|
|
],
|
|
"BUILD_CONFIGS": [
|
|
"scripts/build/Platform/*/build_config.json",
|
|
"restricted/*/scripts/build/build_config.json"
|
|
],
|
|
"PYTHON_DIR": "python"
|
|
}
|