Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: convert valgrind to cmake #529

Merged
merged 6 commits into from
Sep 17, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
sudo apt-get update && sudo apt-get install -y libssl-dev valgrind

- name: make
run: make EXTRA_CFLAGS=-Werror CCACHE=
run: cmake . && make
sreimers marked this conversation as resolved.
Show resolved Hide resolved

- uses: sreimers/[email protected]
with:
Expand All @@ -37,5 +37,5 @@ jobs:
rm re/libre.dylib || true
make -C rem librem.a
cd retest
make
cmake . && make
valgrind --leak-check=full --show-reachable=yes --error-exitcode=42 ./retest -r