Skip to content

Commit

Permalink
Merge pull request #958 from alicevision/functional-tests-speedup
Browse files Browse the repository at this point in the history
[ci] speedup functional tests
  • Loading branch information
fabiencastan authored Jan 7, 2021
2 parents 07f00e3 + 24943c3 commit 4d9b6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
git clone --branch master https://github.com/alicevision/SfM_quality_evaluation.git
cd SfM_quality_evaluation/
# checkout a specific commit to ensure repeatability
git checkout 9f7d5876a76aad8e8d45c258fddfbb04aaa11d60
git checkout 40ad6a089969cb9426a0b9879c28fbeb08c1a24c
export LD_LIBRARY_PATH=$PWD/../../../AV_install/lib64:${DEPS_INSTALL_DIR}/lib64:${DEPS_INSTALL_DIR}/lib:${LD_LIBRARY_PATH}
echo "ldd aliceVision_cameraInit"
ldd $PWD/../../../AV_install/bin/aliceVision_cameraInit
Expand Down

0 comments on commit 4d9b6f2

Please sign in to comment.