mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-16 19:00:58 +01:00
19 lines
351 B
YAML
19 lines
351 B
YAML
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 gdbm gdbm-dev pkg-config
|
|
- ./autogen.sh
|
|
- ./configure
|
|
- make
|