mirror of
https://codeberg.org/scip/diceware.git
synced 2025-12-17 10:50:57 +01:00
try a test run
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*.o
|
||||||
|
dicepwgen
|
||||||
@@ -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]*%'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user