mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Time fetching dependencies on Windows separately from build
This commit is contained in:
parent
c0b132a2e0
commit
0a7811111e
1 changed files with 7 additions and 3 deletions
|
@ -105,10 +105,14 @@ def windows_dev():
|
|||
sha256="b13ea68c1365098c66871f0acab7fd3daa2f2795b5e893fcbb5cd7253f2c08fa",
|
||||
path="gst",
|
||||
)
|
||||
.with_env(LIB="%HOMEDRIVE%%HOMEPATH%\\gst\\gstreamer\\1.0\\x86_64\\lib;%LIB%")
|
||||
.with_script(
|
||||
"set LIB=%HOMEDRIVE%%HOMEPATH%\\gst\\gstreamer\\1.0\\x86_64\\lib;%LIB%",
|
||||
"call mach.bat build --dev",
|
||||
"call mach.bat test-unit",
|
||||
# Not necessary as this would be done at the start of `build`,
|
||||
# but this allows timing it separately.
|
||||
"mach fetch",
|
||||
|
||||
"mach build --dev",
|
||||
"mach test-unit",
|
||||
)
|
||||
.create()
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue