mirror of
https://codeberg.org/scip/diceware.git
synced 2025-12-18 11:20:58 +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
|
||
|
|
|