Skip to content

Commit 559c4f2

Browse files
author
Greg Roth
committed
let azdo find source dir
1 parent e6a9655 commit 559c4f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stages:
2828
- bash: |
2929
mkdir build
3030
cd build
31-
cmake -G Ninja $(cat utils/cmake-predefined-config-params) -DSPIRV_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=$(configuration)
31+
cmake -G Ninja .. $(cat ../utils/cmake-predefined-config-params) -DSPIRV_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=$(configuration)
3232
displayName: 'Cmake configuration'
3333
- bash: ninja
3434
displayName: 'Building'

0 commit comments

Comments
 (0)