We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481048e commit 422059fCopy full SHA for 422059f
1 file changed
azure-pipelines.yml
@@ -26,6 +26,12 @@ stages:
26
- bash: git submodule update --init
27
displayName: 'Updating submodules'
28
- 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'
35
- bash: cmake ../../ --build build -GNinja $(cat ../../utils/cmake-predefined-config-params) -DSPIRV_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=$(configuration)
36
displayName: 'Cmake configuration'
37
- bash: ninja
0 commit comments