mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
Properly sign UWP package
This commit is contained in:
parent
e1f6dfd716
commit
f50f4df496
7 changed files with 77 additions and 18 deletions
|
@ -311,6 +311,8 @@ def windows_arm64():
|
|||
return (
|
||||
windows_build_task("UWP dev build", arch="arm64", package=False)
|
||||
.with_treeherder("Windows arm64", "UWP-Dev")
|
||||
.with_features("taskclusterProxy")
|
||||
.with_scopes("secrets:get:project/servo/windows-codesign-cert/latest")
|
||||
.with_script(
|
||||
"python mach build --dev --target=aarch64-uwp-windows-msvc",
|
||||
"python mach package --dev --target aarch64-uwp-windows-msvc --uwp=arm64",
|
||||
|
@ -324,6 +326,8 @@ def windows_uwp_x64():
|
|||
return (
|
||||
windows_build_task("UWP dev build", package=False)
|
||||
.with_treeherder("Windows x64", "UWP-Dev")
|
||||
.with_features("taskclusterProxy")
|
||||
.with_scopes("secrets:get:project/servo/windows-codesign-cert/latest")
|
||||
.with_script(
|
||||
"python mach build --dev --target=x86_64-uwp-windows-msvc",
|
||||
"python mach package --dev --target=x86_64-uwp-windows-msvc --uwp=x64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue