ci: Add Get-Date in each package build in mesa_deps_build.ps1
authorYonggang Luo <luoyonggang@gmail.com>
Thu, 20 Oct 2022 14:35:27 +0000 (22:35 +0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 20 Oct 2022 22:52:06 +0000 (22:52 +0000)
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>

.gitlab-ci/windows/mesa_deps_build.ps1

index a623486..704356e 100644 (file)
@@ -10,6 +10,7 @@ Remove-Item -Recurse -Force -ErrorAction SilentlyContinue "deps" | Out-Null
 
 $depsInstallPath="C:\mesa-deps"
 
+Get-Date
 Write-Host "Cloning DirectX-Headers"
 git clone -b v1.606.4 --depth=1 https://github.com/microsoft/DirectX-Headers deps/DirectX-Headers
 if (!$?) {
@@ -29,6 +30,7 @@ if (!$buildstatus) {
   Exit 1
 }
 
+Get-Date
 Write-Host "Cloning zlib"
 git clone -b v1.2.13 --depth=1 https://github.com/madler/zlib deps/zlib
 if (!$?) {