From c1c3c4587ce843dad7810256f0ccc3ef73eb3137 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Thu, 15 Jul 2021 17:29:47 +0200 Subject: [PATCH] ci/pkgtest: run config tests after pkgtests --- ci/pkgtest.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/pkgtest.yaml b/ci/pkgtest.yaml index 3854a3da3..a6979567a 100644 --- a/ci/pkgtest.yaml +++ b/ci/pkgtest.yaml @@ -173,6 +173,12 @@ nixos-unstable:pkgbuild: - apt-get install -y $(find ./pkg/pkgs -name '*.deb' | grep -v module | grep -v debug | grep -v devel) - systemctl start kresd@1 - kdig @127.0.0.1 nic.cz | grep -qi NOERROR + # pkgtest over, now let's add additional packages and run config tests + - apt-get install -y python3-pip devscripts lua-basexx lua-cqueues + - pip3 install -U apkg + - apkg build-dep -y + - meson build_test --default-library=static -Dconfig_tests=enabled + - meson test -C build_test --suite config centos-7:pkgtest: <<: *pkgtest -- 2.47.2