Build libsimpleservo on Windows CI.

This commit is contained in:
Josh Matthews 2019-06-03 11:49:43 -04:00
parent 685cf24358
commit 2743015505
2 changed files with 2 additions and 1 deletions

View file

@ -382,6 +382,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")