Skip to content

Commit f95e66d

Browse files
author
Greg Roth
committed
fix cmake for azdo
1 parent 422059f commit f95e66d

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

azure-pipelines.yml

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

0 commit comments

Comments
 (0)