Skip to content

Commit

Permalink
[SofaDistanceGrid] ADD .scene-tests to ignore scene
Browse files Browse the repository at this point in the history
ignored scene: DistanceGridForceField-liver.scn
  • Loading branch information
guparan committed Feb 19, 2018
1 parent 0b6b2a0 commit 5adb02c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions examples/.scene-tests
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,4 @@ ignore "Tutorials/Mappings/TutorialMappingOctopusArticulated.scn"
# uses the SofaCUDA plugin.
ignore "Benchmark/Accuracy/cylinder_TLEDTetraSolution.scn"

# is only working with FlowVR
ignore "Components/forcefield/DistanceGridForceField-liver.scn"



3 changes: 1 addition & 2 deletions scripts/ci/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ fi
append "-DPLUGIN_SOFAEULERIANFLUID=ON"
append "-DPLUGIN_SOFASPHFLUID=ON"
append "-DPLUGIN_SOFAMISCCOLLISION=ON"
append "-DPLUGIN_SOFADISTANCEGRID=ON"
append "-DPLUGIN_SOFADISTANCEGRID=ON" # Requires MiniFlowVR for DistanceGridForceField-liver.scn
append "-DPLUGIN_SOFAIMPLICITFIELD=ON"

case $CI_OPTIONS in
Expand Down Expand Up @@ -185,7 +185,6 @@ case $CI_OPTIONS in
else
append "-DPLUGIN_SOFACUDA=OFF"
fi
append "-DPLUGIN_SOFADISTANCEGRID=ON"
append "-DPLUGIN_SOFAHAPI=OFF" # Requires HAPI libraries.
append "-DPLUGIN_SOFASIMPLEGUI=ON" # Not sure if worth maintaining
append "-DPLUGIN_THMPGSPATIALHASHING=ON"
Expand Down

0 comments on commit 5adb02c

Please sign in to comment.