mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #23504 - jdm:win-simpleservo, r=asajeffrey
Build simpleservo on Windows The mozangle change means that we don't rebuild mozangle (and transitively script) because the requested features are different when building libsimpleservo. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23504) <!-- Reviewable:end -->
This commit is contained in:
commit
4c234de927
4 changed files with 5 additions and 2 deletions
|
@ -386,6 +386,7 @@ def windows_unit():
|
|||
"mach build --dev",
|
||||
"mach test-unit",
|
||||
"mach package --dev",
|
||||
"mach build --dev --libsimpleservo",
|
||||
)
|
||||
.with_artifacts("repo/target/debug/msi/Servo.exe",
|
||||
"repo/target/debug/msi/Servo.zip")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue