File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 : |
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 : |
You can’t perform that action at this time.
0 commit comments