mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add cert scope to UWP nightly build task.
This commit is contained in:
parent
e3c91f7c49
commit
3dacd6906f
1 changed files with 4 additions and 1 deletions
|
@ -343,7 +343,10 @@ def uwp_nightly():
|
|||
windows_build_task("Nightly UWP build and upload", package=False)
|
||||
.with_treeherder("Windows x64", "UWP-Nightly")
|
||||
.with_features("taskclusterProxy")
|
||||
.with_scopes("secrets:get:project/servo/s3-upload-credentials")
|
||||
.with_scopes(
|
||||
"secrets:get:project/servo/s3-upload-credentials",
|
||||
"secrets:get:project/servo/windows-codesign-cert/latest",
|
||||
)
|
||||
.with_script(
|
||||
"python mach build --release --target=x86_64-uwp-windows-msvc",
|
||||
"python mach build --release --target=aarch64-uwp-windows-msvc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue