You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "SOFA_PLUGIN_PATH=$WORKSPACE_ARTIFACT_PATH/bin;$GITHUB_WORKSPACE/deps/CollisionAlgorithm/install/bin" | tee -a $GITHUB_ENV
144
-
else
145
-
echo "SOFA_PLUGIN_PATH=$WORKSPACE_ARTIFACT_PATH/lib:$GITHUB_WORKSPACE/deps/CollisionAlgorithm/install/lib" | tee -a $GITHUB_ENV
146
-
fi
147
-
148
-
if [[ "$RUNNER_OS" == "macOS" ]]; then
149
-
echo "DYLD_LIBRARY_PATH=$WORKSPACE_ARTIFACT_PATH/lib:$SOFA_ROOT/lib:$GITHUB_WORKSPACE/deps/CollisionAlgorithm/install/lib:$SOFA_ROOT/plugins/SofaPython3/lib:$DYLD_LIBRARY_PATH" | tee -a $GITHUB_ENV
150
-
fi
151
-
152
-
if [[ "$RUNNER_OS" == "Linux" ]]; then
153
-
echo "LD_LIBRARY_PATH=$WORKSPACE_ARTIFACT_PATH/lib:$SOFA_ROOT/lib:$GITHUB_WORKSPACE/deps/CollisionAlgorithm/install/lib:$SOFA_ROOT/plugins/SofaPython3/lib:$LD_LIBRARY_PATH" | tee -a $GITHUB_ENV
154
-
fi
155
-
ls -R $GITHUB_WORKSPACE/deps/CollisionAlgorithm/
156
-
157
-
# - name: Check environment for tests
158
-
# shell: bash
159
-
# run: |
160
-
# echo '------ ls -la "$WORKSPACE_SRC_PATH" ------'
161
-
# ls -la "$WORKSPACE_SRC_PATH"
162
-
# echo '------ ls -la "$WORKSPACE_BUILD_PATH" ------'
163
-
# ls -la "$WORKSPACE_BUILD_PATH"
164
-
# echo '------ ls -la "$WORKSPACE_INSTALL_PATH" ------'
165
-
# ls -la "$WORKSPACE_INSTALL_PATH"
166
-
# echo '------ ls -la "$WORKSPACE_ARTIFACT_PATH" ------'
0 commit comments