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} platform: ${platform}
steps: steps:
build: build-n-test:
when: when:
event: [push] event: [push]
image: alpine:latest image: alpine:latest
commands: commands:
- apk update - apk update
- apk add --no-cache bash build-base - apk add --no-cache abash build-base words-en
- make - make
- ./dicepwgen -y | grep -E '[a-z]*%'