mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 11:40:10 +01:00
ci/windows: Now building the deps with MSVC 2019
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/37210>
This commit is contained in:
parent
917938ddd8
commit
efb31e2e6a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
$MyPath = $MyInvocation.MyCommand.Path | Split-Path -Parent
|
$MyPath = $MyInvocation.MyCommand.Path | Split-Path -Parent
|
||||||
. "$MyPath\mesa_init_msvc.ps1"
|
. "$MyPath\mesa_init_msvc.ps1" "-vcvars_ver=14.29"
|
||||||
|
|
||||||
# we want more secure TLS 1.2 for most things, but it breaks SourceForge
|
# we want more secure TLS 1.2 for most things, but it breaks SourceForge
|
||||||
# downloads so must be done after Chocolatey use
|
# downloads so must be done after Chocolatey use
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
$ProgressPreference = "SilentlyContinue"
|
$ProgressPreference = "SilentlyContinue"
|
||||||
$MyPath = $MyInvocation.MyCommand.Path | Split-Path -Parent
|
$MyPath = $MyInvocation.MyCommand.Path | Split-Path -Parent
|
||||||
. "$MyPath\mesa_init_msvc.ps1"
|
. "$MyPath\mesa_init_msvc.ps1" "-vcvars_ver=14.29"
|
||||||
|
|
||||||
Remove-Item -Recurse -Force -ErrorAction SilentlyContinue "deps" | Out-Null
|
Remove-Item -Recurse -Force -ErrorAction SilentlyContinue "deps" | Out-Null
|
||||||
$depsInstallPath="C:\mesa-deps"
|
$depsInstallPath="C:\mesa-deps"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue