ci: Add Get-Date in each package build in mesa_deps_build.ps1
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19187>
This commit is contained in:
@@ -10,6 +10,7 @@ Remove-Item -Recurse -Force -ErrorAction SilentlyContinue "deps" | Out-Null
|
|||||||
|
|
||||||
$depsInstallPath="C:\mesa-deps"
|
$depsInstallPath="C:\mesa-deps"
|
||||||
|
|
||||||
|
Get-Date
|
||||||
Write-Host "Cloning DirectX-Headers"
|
Write-Host "Cloning DirectX-Headers"
|
||||||
git clone -b v1.606.4 --depth=1 https://github.com/microsoft/DirectX-Headers deps/DirectX-Headers
|
git clone -b v1.606.4 --depth=1 https://github.com/microsoft/DirectX-Headers deps/DirectX-Headers
|
||||||
if (!$?) {
|
if (!$?) {
|
||||||
@@ -29,6 +30,7 @@ if (!$buildstatus) {
|
|||||||
Exit 1
|
Exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Get-Date
|
||||||
Write-Host "Cloning zlib"
|
Write-Host "Cloning zlib"
|
||||||
git clone -b v1.2.13 --depth=1 https://github.com/madler/zlib deps/zlib
|
git clone -b v1.2.13 --depth=1 https://github.com/madler/zlib deps/zlib
|
||||||
if (!$?) {
|
if (!$?) {
|
||||||
|
Reference in New Issue
Block a user