mirror of
https://github.com/servo/servo.git
synced 2025-06-09 00:53:26 +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",
|
sha256="b13ea68c1365098c66871f0acab7fd3daa2f2795b5e893fcbb5cd7253f2c08fa",
|
||||||
path="gst",
|
path="gst",
|
||||||
)
|
)
|
||||||
|
.with_env(LIB="%HOMEDRIVE%%HOMEPATH%\\gst\\gstreamer\\1.0\\x86_64\\lib;%LIB%")
|
||||||
.with_script(
|
.with_script(
|
||||||
"set LIB=%HOMEDRIVE%%HOMEPATH%\\gst\\gstreamer\\1.0\\x86_64\\lib;%LIB%",
|
# Not necessary as this would be done at the start of `build`,
|
||||||
"call mach.bat build --dev",
|
# but this allows timing it separately.
|
||||||
"call mach.bat test-unit",
|
"mach fetch",
|
||||||
|
|
||||||
|
"mach build --dev",
|
||||||
|
"mach test-unit",
|
||||||
)
|
)
|
||||||
.create()
|
.create()
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue