redict/.builds/alpine.yml

38 lines
773 B
YAML
Raw Permalink Normal View History

# SPDX-FileCopyrightText: 2024 Redict Contributors
# SPDX-License-Identifier: LGPL-3.0-only
image: alpine/latest
# procps needed for `ps j $pid` in tests
packages:
- tcl
- tcl-tls
- openssl-dev
- linux-headers
- procps
- moreutils
- reuse
2024-03-22 13:09:45 -04:00
sources:
- https://codeberg.org/redict/redict.git
tasks:
- lint: |
cd redict
./utils/lint.sh
- make: |
cd redict
make -C src V=1 USE_JEMALLOC=no MALLOC=libc BUILD_TLS=yes
- gen-test-certs: |
cd redict
./utils/gen-test-certs.sh
- runtest: |
cd redict
./runtest --tls
- runtest-cluster: |
cd redict
./runtest-cluster
2024-03-25 12:41:32 -04:00
- runtest-sentinel: |
cd redict
./runtest-sentinel
- runtest-moduleapi: |
cd redict
2024-03-25 12:41:32 -04:00
./runtest-moduleapi