File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 name : ${{ steps.sanitize.outputs.artifact_name }}
8787 path : ${{ env.WORKSPACE_ARTIFACT_PATH }}
8888
89-
90- - name : Set env vars for tests
91- shell : bash
92- run : |
93- # Set env vars for tests
94- if [[ "$RUNNER_OS" == "Windows" ]]; then
95- echo "$WORKSPACE_ARTIFACT_PATH/lib" >> $GITHUB_PATH
96- echo "$WORKSPACE_ARTIFACT_PATH/bin" >> $GITHUB_PATH
97- echo "$SOFA_ROOT/plugins/SofaPython3/bin" >> $GITHUB_PATH
98- echo "SOFA_PLUGIN_PATH=$WORKSPACE_ARTIFACT_PATH/bin" | tee -a $GITHUB_ENV
99- else
100- echo "SOFA_PLUGIN_PATH=$WORKSPACE_ARTIFACT_PATH/lib" | tee -a $GITHUB_ENV
101- fi
102-
103- if [[ "$RUNNER_OS" == "macOS" ]]; then
104- echo "DYLD_LIBRARY_PATH=$WORKSPACE_ARTIFACT_PATH/lib:$SOFA_ROOT/lib:$SOFA_ROOT/plugins/SofaPython3/lib:$DYLD_LIBRARY_PATH" | tee -a $GITHUB_ENV
105- fi
106-
107- if [[ "$RUNNER_OS" == "Linux" ]]; then
108- echo "LD_LIBRARY_PATH=$WORKSPACE_ARTIFACT_PATH/lib:$SOFA_ROOT/lib:$SOFA_ROOT/plugins/SofaPython3/lib:$LD_LIBRARY_PATH" | tee -a $GITHUB_ENV
109- fi
110-
11189 - name : Notify dashboard
11290 if : always() && startsWith(github.repository, 'sofa-framework') && startsWith(github.ref, 'refs/heads/master') # we are not on a fork and on master
11391 env :
You can’t perform that action at this time.
0 commit comments