We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422059f commit f95e66dCopy full SHA for f95e66d
1 file changed
azure-pipelines.yml
@@ -25,14 +25,9 @@ stages:
25
displayName: 'Installing dependencies'
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)
+ mkdir build
+ 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
38
displayName: 'Building'
0 commit comments