]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci/pkgtest: run config tests after pkgtests pkgtest-run-config
authorTomas Krizek <tomas.krizek@nic.cz>
Thu, 15 Jul 2021 15:29:47 +0000 (17:29 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 15 Jul 2021 15:46:31 +0000 (17:46 +0200)
ci/pkgtest.yaml

index 3854a3da3400b68e9af37ed7233c4f377fdaf4f2..a6979567ae6d0feb4199f46b2e8baa68b7c46d5d 100644 (file)
@@ -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