mirror of
https://codeberg.org/scip/diceware.git
synced 2025-12-17 02:40: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}
|
||||
|
||||
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]*%'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user