mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Disable running windows binaries on CI.
This commit is contained in:
parent
8ce971dd90
commit
ecdbea518f
1 changed files with 5 additions and 2 deletions
|
@ -369,8 +369,11 @@ def windows_unit(cached=True):
|
|||
"mach fetch",
|
||||
|
||||
"mach build --dev",
|
||||
"mach test-unit",
|
||||
"mach smoketest --angle",
|
||||
|
||||
# https://github.com/servo/servo/issues/25961
|
||||
#"mach test-unit",
|
||||
#"mach smoketest --angle",
|
||||
|
||||
"mach package --dev",
|
||||
"mach build --dev --libsimpleservo",
|
||||
# The GStreamer plugin currently doesn't support Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue