This commit is contained in:
2025-11-05 21:58:51 +01:00
parent 27d56b9bf9
commit 40200bb035

View File

@@ -14,7 +14,7 @@ steps:
- apk update - apk update
- apk add --no-cache bash build-base words-en gdb valgrind - apk add --no-cache bash build-base words-en gdb valgrind
- make - make
- valgrind --leak-check=full --show-reachable=yes ./dicepwgen -d -d - valgrind --leak-check=full --show-reachable=yes ./dicepwgen
#- gdb -batch -ex "run" -ex "bt" --args dicepwgen #- gdb -batch -ex "run" -ex "bt" --args dicepwgen
#- ./dicepwgen -y | grep -E '[a-z]*%' #- ./dicepwgen -y | grep -E '[a-z]*%'