Skip to content

Commit 82d33a9

Browse files
committed
[ci] Fix for new sofa test action; switch to full and direct ConstraintGeometry
1 parent 485d865 commit 82d33a9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
sofa_root: ${{ github.workspace }}/sofa
4040
sofa_version: ${{ matrix.sofa_branch }}
41-
sofa_scope: 'standard'
41+
sofa_scope: 'full'
4242

4343
- name: Checkout CollisionAlgorithm
4444
uses: actions/checkout@v2
@@ -93,6 +93,7 @@ jobs:
9393
-DCMAKE_PREFIX_PATH=$SOFA_ROOT/lib/cmake;%WORKSPACE_INSTALL_PATH%/lib/cmake \
9494
-DCMAKE_BUILD_TYPE=Release \
9595
-DCMAKE_INSTALL_PREFIX=%GITHUB_WORKSPACE%/downstream/ConstraintGeometry/install \
96+
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=%WORKSPACE_BUILD_PATH% \
9697
.. \
9798
&& ninja install"
9899
else
@@ -102,6 +103,7 @@ jobs:
102103
-DCMAKE_PREFIX_PATH="$SOFA_ROOT/lib/cmake;$WORKSPACE_INSTALL_PATH/lib/cmake" \
103104
-DCMAKE_BUILD_TYPE=Release \
104105
-DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/downstream/ConstraintGeometry/install \
106+
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY="$WORKSPACE_BUILD_PATH" \
105107
..
106108
ninja install
107109
fi

0 commit comments

Comments
 (0)