mirror of
https://codeberg.org/scip/diceware.git
synced 2025-12-19 11:50:57 +01:00
18 lines
237 B
YAML
18 lines
237 B
YAML
matrix:
|
|
platform:
|
|
- linux/amd64
|
|
|
|
labels:
|
|
platform: ${platform}
|
|
|
|
steps:
|
|
build:
|
|
when:
|
|
event: [push]
|
|
image: alpine:latest
|
|
commands:
|
|
- apk update
|
|
- apk add --no-cache bash build-base
|
|
- make
|
|
|