Skip to content

Commit 8281a6b

Browse files
author
Greg Roth
committed
Find CMake config for azdo
1 parent 2c45b3a commit 8281a6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ stages:
2525
displayName: 'Installing dependencies'
2626
- bash: git submodule update --init
2727
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)
28+
- bash: mkdir build
29+
- bash: cmake ../../ --build build -GNinja $(cat ../utils/cmake-predefined-config-params) -DSPIRV_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=$(configuration)
3030
displayName: 'Cmake configuration'
3131
- bash: ninja
3232
displayName: 'Building'

0 commit comments

Comments
 (0)