Skip to content

Commit

Permalink
ci: build oatpp without tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lganzzzo committed Jun 25, 2023
1 parent ac019e2 commit 10cc794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
displayName: 'Checkout - oatpp'
workingDirectory: build
- script: |
cmake ..
cmake -DOATPP_BUILD_TESTS=OFF ..
sudo make install
displayName: 'Build - oatpp'
workingDirectory: build/oatpp/build
Expand Down

0 comments on commit 10cc794

Please sign in to comment.