mirror of
https://github.com/godotengine/webrtc-actions.git
synced 2026-01-06 10:09:42 +03:00
Add full build and package workflow.
This commit is contained in:
21
gclient
Normal file
21
gclient
Normal 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": ""},
|
||||
],
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user