Skip to content

Commit 481048e

Browse files
author
Greg Roth
committed
correcting relative path for predifined linux configs
1 parent 8281a6b commit 481048e

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
@@ -26,7 +26,7 @@ stages:
2626
- bash: git submodule update --init
2727
displayName: 'Updating submodules'
2828
- bash: mkdir build
29-
- bash: cmake ../../ --build build -GNinja $(cat ../utils/cmake-predefined-config-params) -DSPIRV_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=$(configuration)
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)