Skip to content

Commit 422059f

Browse files
author
Greg Roth
committed
adding debug info for lack of a better option
1 parent 481048e commit 422059f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ stages:
2626
- bash: git submodule update --init
2727
displayName: 'Updating submodules'
2828
- bash: mkdir build
29+
- bash: |
30+
ls -l
31+
ls -l ..
32+
ls -l ../..
33+
ls -l ../../..
34+
displayName: 'trying to figure out where I am'
2935
- bash: cmake ../../ --build build -GNinja $(cat ../../utils/cmake-predefined-config-params) -DSPIRV_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=$(configuration)
3036
displayName: 'Cmake configuration'
3137
- bash: ninja

0 commit comments

Comments
 (0)