Skip to content

Commit

Permalink
Fix install path for Sentry Native on Azure Pipelines - can't run a c…
Browse files Browse the repository at this point in the history
…make install like on Bitbucket Pipelines
  • Loading branch information
christofmuc committed Apr 17, 2021
1 parent daabd7b commit 611e6a5
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 @@ -97,7 +97,7 @@ jobs:
cd ../..
cd third_party/sentry-native
cmake -S . -B builds -DSENTRY_BACKEND=crashpad
cmake --build builds --target install
cmake --build builds --target install -DCMAKE_INSTALL_PREFIX=./install
cd ../..
cmake -S . -B builds
cmake --build builds
Expand Down

0 comments on commit 611e6a5

Please sign in to comment.