Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed May 11, 2021
1 parent a26afc9 commit bb81dad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/ci/win/cmake.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#!/bin/bash

echo "PWD"
pwd
echo "ENV"
env
echo "VSWHERE"
vswhere
echo "WHERE"
where cl.exe
export CC=cl.exe
export CXX=cl.exe
Expand Down

0 comments on commit bb81dad

Please sign in to comment.