File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2121jobs :
2222 build-linux :
2323 runs-on : ubuntu-latest
24+ strategy :
25+ matrix :
26+ container : ["alicevision/alicevision-deps:2024.12.03-ubuntu22.04-cuda12.1.0", "alicevision/alicevision-deps:2024.12.09-rocky9-cuda12.1.0"]
2427 container :
25- image : alicevision/alicevision-deps:2024.11.25-ubuntu22.04-cuda12.1.0
28+ image : ${{ matrix.container }}
2629 env :
2730 DEPS_INSTALL_DIR : /opt/AliceVision_install
2831 BUILD_TYPE : Release
2932 CTEST_OUTPUT_ON_FAILURE : 1
3033 ALICEVISION_ROOT : ${{ github.workspace }}/../AV_install
3134 ALICEVISION_SENSOR_DB : ${{ github.workspace }}/../AV_install/share/aliceVision/cameraSensors.db
3235 ALICEVISION_LENS_PROFILE_INFO : " "
36+ BUILD_CCTAG : " ${{ matrix.container == 'alicevision/alicevision-deps:2024.12.03-ubuntu22.04-cuda12.1.0' && 'ON' || 'OFF' }}"
3337 steps :
3438 - uses : actions/checkout@v1
3539
5357 -DALICEVISION_BUILD_SWIG_BINDING=ON \
5458 -DALICEVISION_USE_OPENCV=ON \
5559 -DALICEVISION_USE_CUDA=ON \
56- -DALICEVISION_USE_CCTAG=ON \
60+ -DALICEVISION_USE_CCTAG="${BUILD_CCTAG}" \
5761 -DALICEVISION_USE_POPSIFT=ON \
5862 -DALICEVISION_USE_ALEMBIC=ON \
5963 -DOpenCV_DIR="${DEPS_INSTALL_DIR}/share/OpenCV" \
You can’t perform that action at this time.
0 commit comments