Browse Source

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.
pull/594/head
Vladimír Vondruš 4 years ago
parent
commit
db58ce9acb
  1. 2
      package/ci/circleci.yml

2
package/ci/circleci.yml

@ -385,7 +385,7 @@ jobs:
# to be either installed or static. Tests are however deliberately run # to be either installed or static. Tests are however deliberately run
# before install, so the static builds are the only case where the # before install, so the static builds are the only case where the
# utilities get thoroughly tested. # 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 CMAKE_CXX_FLAGS: --coverage
LCOV_EXTRA_OPTS: --gcov-tool /usr/bin/gcov-4.8 LCOV_EXTRA_OPTS: --gcov-tool /usr/bin/gcov-4.8
CONFIGURATION: Debug CONFIGURATION: Debug

Loading…
Cancel
Save