Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Add Regression tests for scene including SofaCarving #25

Merged
merged 8 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
sofa_root: ${{ github.workspace }}/sofa
sofa_version: ${{ matrix.sofa_branch }}
sofa_scope: 'standard'
sofa_scope: 'full'
- name: Checkout source code
uses: actions/checkout@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions examples/RegressionStateScenes.regression-tests
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
BeatingCube.scn 200 1e-4 1 1
BeatingCube_moving.scn 200 1e-4 1 1
Cube_AdvCarvingTexcoords.scn 500 1e-4 1 1
# to be activated when SofaCarving is shipped
#Cube_Carving.scn 500 1e-4 1 1
#Cube_CarvingWithPenetration.scn 500 1e-4 1 1
Cube_Carving.scn 500 1e-4 1 1
Cube_CarvingWithPenetration.scn 500 1e-4 1 1
TetrahedronBeamMultiMaterials.scn 500 1e-4 1 1
Empty file.
Binary file not shown.
Loading