mirror of
https://github.com/servo/servo.git
synced 2025-07-30 02:30:21 +01:00
Add a gstreamer servosrc plugin
This commit is contained in:
parent
a562808ebb
commit
69acec137d
11 changed files with 1079 additions and 6 deletions
|
@ -207,6 +207,7 @@ def linux_tidy_unit():
|
|||
./mach build --dev --features canvas2d-raqote
|
||||
./mach build --dev --features layout-2020
|
||||
./mach build --dev --libsimpleservo
|
||||
./mach build --dev -p servo-gst-plugin
|
||||
./mach test-tidy --no-progress --self-test
|
||||
|
||||
./etc/memory_reports_over_time.py --test
|
||||
|
@ -485,6 +486,8 @@ def windows_unit(cached=True):
|
|||
"mach smoketest --angle",
|
||||
"mach package --dev",
|
||||
"mach build --dev --libsimpleservo",
|
||||
"mach build --dev -p servo-gst-plugin",
|
||||
|
||||
)
|
||||
.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