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:
bors-servo 2019-06-05 01:21:47 -04:00 committed by GitHub
commit 4c234de927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 2 deletions

View file

@ -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")