From: Tomas Krizek Date: Thu, 15 Jul 2021 15:29:47 +0000 (+0200) Subject: ci/pkgtest: run config tests after pkgtests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fpkgtest-run-config;p=thirdparty%2Fknot-resolver.git ci/pkgtest: run config tests after pkgtests --- 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