We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c45b3a commit 8281a6bCopy full SHA for 8281a6b
1 file changed
azure-pipelines.yml
@@ -25,8 +25,8 @@ stages:
25
displayName: 'Installing dependencies'
26
- bash: git submodule update --init
27
displayName: 'Updating submodules'
28
- - bash: mkdir build && cd build
29
- - bash: cmake .. -GNinja $(cat ../utils/cmake-predefined-config-params) -DSPIRV_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=$(configuration)
+ - bash: mkdir build
+ - bash: cmake ../../ --build build -GNinja $(cat ../utils/cmake-predefined-config-params) -DSPIRV_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=$(configuration)
30
displayName: 'Cmake configuration'
31
- bash: ninja
32
displayName: 'Building'
0 commit comments