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