mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Taskcluster: package the Windows build
This commit is contained in:
parent
0a7811111e
commit
2c7abbb2bf
2 changed files with 15 additions and 3 deletions
|
@ -114,6 +114,15 @@ def windows_dev():
|
|||
"mach build --dev",
|
||||
"mach test-unit",
|
||||
)
|
||||
.with_directory_mount(
|
||||
"https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311-binaries.zip",
|
||||
sha256="37f0a533b0978a454efb5dc3bd3598becf9660aaf4287e55bf68ca6b527d051d",
|
||||
path="wix",
|
||||
)
|
||||
.with_path_from_homedir("wix")
|
||||
.with_script("mach package --dev")
|
||||
.with_artifacts("repo/target/debug/msi/Servo.exe",
|
||||
"repo/target/debug/msi/Servo.zip")
|
||||
.create()
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue