File tree Expand file tree Collapse file tree 5 files changed +10
-612
lines changed Expand file tree Collapse file tree 5 files changed +10
-612
lines changed Original file line number Diff line number Diff line change @@ -136,13 +136,22 @@ jobs:
136
136
- name : Meshroom Plugin - Templates validity
137
137
working-directory : ./functional_tests
138
138
run : |
139
+ # Clone and checkout mrSegmentation, align the branch if necessary
139
140
git clone https://github.com/meshroomHub/mrSegmentation.git
140
141
cd mrSegmentation
141
142
mrSegmentation_avBranch=$(git ls-remote --heads https://github.com/meshroomHub/mrSegmentation.git $GITHUB_HEAD_REF | cut -f 1)
142
143
if [ $mrSegmentation_avBranch != "" ]; then git checkout $mrSegmentation_avBranch; echo "Use mrSegmentation/$GITHUB_HEAD_REF"; fi
144
+ cd ..
145
+
146
+ # Clone and checkout mrBlenderSfmRenderer, align the branch if necessary
147
+ git clone https://github.com/meshroomHub/mrBlenderSfmRenderer.git
148
+ cd mrBlenderSfmRenderer
149
+ mrBlenderSfmRenderer_avBranch=$(git ls-remote --heads https://github.com/meshroomHub/mrBlenderSfmRenderer.git $GITHUB_HEAD_REF | cut -f 1)
150
+ if [ $mrBlenderSfmRenderer_avBranch != "" ]; then git checkout $mrBlenderSfmRenderer_avBranch; echo "Use mrBlenderSfmRenderer/$GITHUB_HEAD_REF"; fi
143
151
cd ../Meshroom/
152
+
144
153
export MESHROOM_INSTALL_DIR=$PWD
145
- export MESHROOM_NODES_PATH=${MESHROOM_NODES_PATH}:${ALICEVISION_ROOT}/share/meshroom:$PWD/../mrSegmentation/meshroom
154
+ export MESHROOM_NODES_PATH=${MESHROOM_NODES_PATH}:${ALICEVISION_ROOT}/share/meshroom:$PWD/../mrSegmentation/meshroom:$PWD/../mrBlenderSfmRenderer/meshroom
146
155
export MESHROOM_PIPELINE_TEMPLATES_PATH=${MESHROOM_PIPELINE_TEMPLATES_PATH}:${ALICEVISION_ROOT}/share/meshroom
147
156
export PYTHONPATH=$PWD:${ALICEVISION_ROOT}/lib64/python:${ALICEVISION_ROOT}/lib/python:${PYTHONPATH}
148
157
export PATH=$PATH:${ALICEVISION_ROOT}/bin
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments