Skip to content

Commit

Permalink
Sentry added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen0x7 committed Sep 22, 2024
1 parent e3af8f2 commit 8f27b91
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,13 @@ RUN apt update -qq \
&& cd .. \
&& cd .. \
&& rm libbcrypt -rf

RUN wget https://github.com/getsentry/sentry-native/releases/download/0.7.9/sentry-native.zip \
&& unzip sentry-native.zip -d sentry \
&& rm sentry-native.zip \
&& cd sentry \
&& cmake -B build -D SENTRY_BACKEND=crashpad -D CMAKE_BUILD_TYPE=RelWithDebInfo \
&& cmake --build build --parallel \
&& cmake --install build \
&& cd .. \
&& rm sentry -Rf

0 comments on commit 8f27b91

Please sign in to comment.