Building Opencv With Cuda

Hi everyone i’m working on project which require opencv with cuda so i need to build that but when i try to build that on travis it was crossing it’s max limit time so if anyone knows about it or have build open cv with cuda enabled please ping me

Split the process into multiple jobs and use workspaces to transfer stuff between them.

E.g. GitHub - opencv/opencv-python: Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages. builds dependencies in one job and the software itself in another.