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

#101 added memory leak check with Valgrind #108

Merged
merged 2 commits into from
Sep 24, 2023

Conversation

fktn-k
Copy link
Owner

@fktn-k fktn-k commented Sep 24, 2023

Memory leak check with Valgrind has been added to this project to GitHub Actions workflows.
On local machines with Valgrind installed, the following commands execute the same check.

$ cd path/to/fkYAML
$ mkdir build && cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Debug -DFK_YAML_BUILD_TEST=ON -DFK_YAML_RUN_VALGRIND=ON
$ cmake --build . --config Debug
$ ctest -C Debug -T memcheck

#101

@fktn-k fktn-k self-assigned this Sep 24, 2023
@fktn-k fktn-k merged commit bb1bc03 into develop Sep 24, 2023
52 checks passed
@fktn-k fktn-k deleted the feature/101_add_valgrind_check_during_ci branch September 24, 2023 17:23
@fktn-k fktn-k added this to the Release V0.0.1 milestone Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant