Skip to content

Commit

Permalink
dir
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed May 11, 2021
1 parent ddf45d8 commit cda7146
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ci/win/cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ vswhere -property installationPath
loc=$(vswhere -nologo -property installationPath)
path="$loc\VC\Auxiliary\Build"
echo $path
echo "DIR"
ls "$path"
echo "VARSALL"
. "$path\vcvarsall.bat"
where cl.exe
export CC=cl.exe
Expand Down

0 comments on commit cda7146

Please sign in to comment.