Skip to content

Commit 994d516

Browse files
committed
Fix azure-pipelines.yml
1 parent ca7ed3d commit 994d516

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
displayName: 'Checkout - oatpp'
2424
workingDirectory: build
2525
- script: |
26-
cmake ..
26+
cmake -DOATPP_BUILD_TESTS=OFF ..
2727
sudo make install
2828
displayName: 'Build - oatpp'
2929
workingDirectory: build/oatpp/build
3030
#######################################################################################
3131
## Build oatpp-sqlite
3232
- script: |
3333
git clone https://github.com/oatpp/oatpp-sqlite
34-
mkdir -p oatpp/build
34+
mkdir -p oatpp-sqlite/build
3535
displayName: 'Checkout - oatpp-sqlite'
3636
workingDirectory: build
3737
- script: |
@@ -43,7 +43,7 @@ jobs:
4343
## Build oatpp-swagger
4444
- script: |
4545
git clone https://github.com/oatpp/oatpp-swagger
46-
mkdir -p oatpp/build
46+
mkdir -p oatpp-swagger/build
4747
displayName: 'Checkout - oatpp-swagger'
4848
workingDirectory: build
4949
- script: |

0 commit comments

Comments
 (0)