try a test run

This commit is contained in:
2025-11-05 21:09:22 +01:00
parent 310731c5f1
commit 60e2f144eb
2 changed files with 6 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.o
dicepwgen

View File

@@ -6,12 +6,14 @@ labels:
platform: ${platform}
steps:
build:
build-n-test:
when:
event: [push]
image: alpine:latest
commands:
- apk update
- apk add --no-cache bash build-base
- apk add --no-cache abash build-base words-en
- make
- ./dicepwgen -y | grep -E '[a-z]*%'