Home
last modified time | relevance | path

Searched +full:enter +full:- +full:vsdevshell (Results 1 – 2 of 2) sorted by relevance

/third_party/opencl-headers/.github/workflows/
Dwindows.yml7 runs-on: windows-latest
16 - VER: v141
18 GEN: Ninja Multi-Config
22 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip
28 - uses: actions/checkout@v2
30 - name: Cache Ninja install
31 if: matrix.GEN == 'Ninja Multi-Config'
32 id: ninja-install
37 key: ${{runner.os}}-ninja-${{env.NINJA_URL}}
39 - name: Install Ninja
[all …]
/third_party/mesa3d/.gitlab-ci/windows/
Dmesa_init_msvc.ps11 …\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -version 16.0 -property insta…
2 Write-Output "vswhere.exe installPath: $vsInstallPath"
3 $vsInstallPath = if ("$vsInstallPath" -eq "" ) { "C:\BuildTools" } else { "$vsInstallPath" }
4 Write-Output "Final installPath: $vsInstallPath"
5 Import-Module (Join-Path $vsInstallPath "Common7\Tools\Microsoft.VisualStudio.DevShell.dll")
7 # VS2015 14.0 use -vcvars_ver=14.0
8 # VS2017 14.1 to 14.16 use -vcvars_ver=14.16
9 # VS2019 14.20 to 14.29 use -vcvars_ver=14.29
10 # VS2022 14.30 to 14.38 (not finished yet) use -vcvars_ver=14 to choose the newest version
13 if ($null -eq $vcvars_ver_arg[0]) {
[all …]