This commit is contained in:
2025-11-05 21:16:42 +01:00
parent 8b36768b39
commit 3e2d233ddc

View File

@@ -12,7 +12,7 @@ steps:
image: alpine:latest image: alpine:latest
commands: commands:
- apk update - apk update
- apk add --no-cache bash build-base words-en - apk add --no-cache bash build-base words-en gdb
- make - make
- 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]*%'