mirror of
https://codeberg.org/scip/bubblebabble.git
synced 2025-12-16 10:50:57 +01:00
move to codeberg (#1)
This commit is contained in:
25
.woodpecker/build.yaml
Normal file
25
.woodpecker/build.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
|
||||
test:
|
||||
when:
|
||||
event: [push]
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- apk update
|
||||
- apk add --no-cache bash
|
||||
- echo hier | ./bubblebabble | grep xipak-nynil-dedox
|
||||
Reference in New Issue
Block a user