mirror of
https://codeberg.org/scip/diceware.git
synced 2025-12-17 19:00:57 +01:00
add ci pipeline
This commit is contained in:
16
.woodpecker/build.yaml
Normal file
16
.woodpecker/build.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user