mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix UWP nightly build.
This commit is contained in:
parent
30f927f67b
commit
9e928a487e
1 changed files with 4 additions and 4 deletions
|
@ -356,10 +356,10 @@ def uwp_nightly(rdp=False):
|
|||
"secrets:get:project/servo/windows-codesign-cert/latest",
|
||||
)
|
||||
.with_script(
|
||||
"python3 mach build --release --target=x86_64-uwp-windows-msvc",
|
||||
"python3 mach build --release --target=aarch64-uwp-windows-msvc",
|
||||
"python3 mach package --release --target=x86_64-uwp-windows-msvc --uwp=x64 --uwp=arm64",
|
||||
"python3 mach upload-nightly uwp --secret-from-taskcluster",
|
||||
"python mach build --release --target=x86_64-uwp-windows-msvc",
|
||||
"python mach build --release --target=aarch64-uwp-windows-msvc",
|
||||
"python mach package --release --target=x86_64-uwp-windows-msvc --uwp=x64 --uwp=arm64",
|
||||
"python mach upload-nightly uwp --secret-from-taskcluster",
|
||||
)
|
||||
.with_artifacts(appx_artifact)
|
||||
.with_max_run_time_minutes(3 * 60)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue