mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-17 03:10:57 +01:00
got to codeberg
This commit is contained in:
17
.woodpecker/build.yaml
Normal file
17
.woodpecker/build.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
|
||||
labels:
|
||||
platform: ${platform}
|
||||
|
||||
steps:
|
||||
build-n-test:
|
||||
when:
|
||||
event: [push]
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- apk update
|
||||
- apk add --no-cache bash build-base words-en gdb perl autoconf automake pcre2
|
||||
- ./autogen.sh
|
||||
|
||||
Reference in New Issue
Block a user