Skip to content

Commit

Permalink
checking lib3mf ubuntu mem leak in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Dec 11, 2023
1 parent 161f500 commit a96ad07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- run: sh cmake/GenerateMake.sh -DCMAKE_BUILD_TYPE=Debug
- run: cmake --build . --target lib3mf_memcheck
- run: sh cmake/GenerateMake.sh "-DCMAKE_BUILD_TYPE=Debug"
- run: cmake --build . --config Debug --target lib3mf_memcheck
working-directory: ./build
- run: ctest -V
working-directory: ./build
Expand Down

0 comments on commit a96ad07

Please sign in to comment.