Add full build and package workflow.

This commit is contained in:
Fabio Alessandrelli
2021-07-08 13:30:00 +02:00
parent 9e39f3aa69
commit 7aca1a91b7
5 changed files with 384 additions and 0 deletions

21
gclient Normal file
View File

@@ -0,0 +1,21 @@
solutions = [
{
"name": "src",
"url": "https://webrtc.googlesource.com/src.git",
"managed": False,
"custom_deps": {
#"src/testing": None,
"src/third_party/gtest-parallel": None,
"src/third_party/accessibility_test_framework": None,
"src/third_party/android_support_test_runner": None,
"src/tools/swarming_client": None,
"src/tools/luci-go": None,
},
"custom_hooks": [
{"name": "test_fonts"},
{"name": "Generate component metadata for tests"},
# The download hook... hopefully
{"name": ""},
],
},
]