mirror of
https://codeberg.org/scip/diceware.git
synced 2025-12-17 10:50:57 +01:00
add gdb
This commit is contained in:
@@ -12,7 +12,7 @@ steps:
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- apk update
|
||||
- apk add --no-cache bash build-base words-en
|
||||
- apk add --no-cache bash build-base words-en gdb
|
||||
- make
|
||||
- gdb -batch -ex "run" -ex "bt" --args dicepwgen
|
||||
#- ./dicepwgen -y | grep -E '[a-z]*%'
|
||||
|
||||
Reference in New Issue
Block a user