libbsd: Branch 'main'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sun Jan 7 19:23:34 UTC 2024
.gitlab-ci.yml | 11 +++++++++++
1 file changed, 11 insertions(+)
New commits:
commit 0813f3786f4968e4fca374fd7b74fb97a0f51f21
Author: Guillem Jover <guillem at hadrons.org>
Date: Sat Oct 28 00:52:31 2023 +0200
build: Check out-of-tree builds in CI
Make sure the out-of-tree builds do not regress.
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 737297c..72b7625 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,11 @@
+.vpath-tests:
+ script:
+ - ./autogen
+ - mkdir -p build-tree
+ - cd build-tree
+ - ../configure
+ - make check
+
.unit-tests:
script:
- ./autogen && ./configure
@@ -30,6 +38,9 @@
- apk add --no-cache git gcc make autoconf automake libtool
bsd-compat-headers linux-headers libmd-dev musl-dev gcovr
+vpath-tests:debian:
+ extends: [.debian, .vpath-tests]
+
unit-tests:debian:
extends: [.debian, .unit-tests-asan]
More information about the libbsd
mailing list