Skip to content

Commit

Permalink
[ci] Add env var for Meshroom
Browse files Browse the repository at this point in the history
  • Loading branch information
demoulinv committed Sep 14, 2023
1 parent 89e43a2 commit 8a162bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ jobs:
git checkout $commitNumber
echo "Meshroom commit $commitNumber ok"
cd bin/
meshroom_batch -h
ALICEVISION_ROOT=$PWD/../../../../AV_install/bin/
ALICEVISION_SENSOR_DB=$PWD/../../../../AV_install/share/aliceVision/cameraSensors.db
python meshroom_batch -h
build-windows:
runs-on: windows-latest
Expand Down

0 comments on commit 8a162bc

Please sign in to comment.