Skip to content
Snippets Groups Projects
Commit 700957fb authored by Ben Boeckel's avatar Ben Boeckel
Browse files

ci: enable IndeX testing on Linux

parent 1383b780
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@ set(PARAVIEW_ENABLE_XDMF3 ON CACHE BOOL "")
set(PARAVIEW_PLUGINS_DEFAULT ON CACHE BOOL "")
set(PARAVIEW_PLUGIN_ENABLE_pvNVIDIAIndeX ON CACHE BOOL "")
# External package settings.
# set(PARAVIEW_BUILD_WITH_EXTERNAL ON CACHE BOOL "")
# set(VTK_MODULE_USE_EXTERNAL_VTK_libharu OFF CACHE BOOL "")
......
......@@ -170,6 +170,8 @@
script:
- *before_script_linux
# For libnvindex.so
- export LD_LIBRARY_PATH=/usr/local/lib
- ctest -V --output-on-failure -S .gitlab/ci/ctest_test.cmake
interruptible: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment