From db58ce9acbc44869c2e59c9144fbfa02bf71a8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 20 Sep 2022 15:54:55 +0200 Subject: [PATCH] package/ci: link sceneconverter to AnySceneConverter on static build. For slightly better test coverage. Majority of the tests needs plugins from the magnum-plugins repository though, so it's not much. --- package/ci/circleci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index bf31bda38..c26a3fdf3 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -385,7 +385,7 @@ jobs: # to be either installed or static. Tests are however deliberately run # before install, so the static builds are the only case where the # utilities get thoroughly tested. - EXTRA_OPTS: -DMAGNUM_SCENECONVERTER_STATIC_PLUGINS=Magnum::AnySceneImporter;Magnum::ObjImporter + EXTRA_OPTS: -DMAGNUM_SCENECONVERTER_STATIC_PLUGINS=Magnum::AnySceneImporter;Magnum::AnySceneConverter;Magnum::ObjImporter CMAKE_CXX_FLAGS: --coverage LCOV_EXTRA_OPTS: --gcov-tool /usr/bin/gcov-4.8 CONFIGURATION: Debug