Skip to content

Commit 46e0619

Browse files
committed
Adding debug sentences...
1 parent 10f5b9b commit 46e0619

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
- run:
5555
name: Setup MSVC
5656
command: |
57+
Get-ChildItem "<< parameters.vspath >>"
58+
Get-ChildItem "<< parameters.vspath >>\VC"
59+
Get-ChildItem "<< parameters.vspath >>\VC\Auxiliary"
60+
Get-ChildItem "<< parameters.vspath >>\VC\Auxiliary\Build"
5761
Start-Process -FilePath "<< parameters.vspath >>\VC\Auxiliary\Build\vcvarsall.bat" -ArgumentList << parameters.arch >> -Wait -NoNewWindow
5862
- run:
5963
name: Pre-build

0 commit comments

Comments
 (0)