diff --git a/ci/build-win32.ps1 b/ci/build-win32.ps1 index 3f9397bdb5..dd03e0509c 100644 --- a/ci/build-win32.ps1 +++ b/ci/build-win32.ps1 @@ -6,6 +6,31 @@ if (-not (Test-Path $subprojects)) { New-Item -Path $subprojects -ItemType Directory | Out-Null } +# Download pre-built shaderc, it is quite big to build each time +# For download link see https://github.com/google/shaderc/blob/main/downloads.md +$url = "https://storage.googleapis.com/shaderc/badges/build_link_windows_vs2019_release.html" +$shaderc = "shaderc.zip" +$resp = Invoke-WebRequest -Uri $url +if ($resp.Content -match '