mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Package DLLs correctly for Windows cross builds.
This commit is contained in:
parent
8ae287375f
commit
96c51cf173
4 changed files with 11 additions and 4 deletions
|
@ -358,14 +358,17 @@ def android_x86_wpt():
|
|||
|
||||
def windows_x86():
|
||||
return (
|
||||
windows_build_task("Dev build", package=False, arch="x86")
|
||||
windows_build_task("Dev build", arch="x86")
|
||||
.with_treeherder("Windows x86")
|
||||
.with_env(**{
|
||||
"VCVARSALL_PATH": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Auxiliary\\Build"
|
||||
})
|
||||
.with_script(
|
||||
"python mach build --dev --target i686-pc-windows-msvc",
|
||||
"python mach package --dev --target i686-pc-windows-msvc",
|
||||
)
|
||||
.with_artifacts("repo/target/i686-pc-windows-msvc/debug/msi/Servo.exe",
|
||||
"repo/target/i686-pc-windows-msvc/debug/msi/Servo.zip")
|
||||
.find_or_create("build.windows_x86_dev." + CONFIG.task_id())
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue