Skip to content

Commit

Permalink
[ci] extend timeout for vcpkg, add all vcpkg configs to allowed failures
Browse files Browse the repository at this point in the history
  • Loading branch information
cenit committed Apr 30, 2019
1 parent 21e6372 commit 3a20020
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,8 @@ matrix:
#do not consider known failing builds for the whole build status
allow_failures:
- name: macOS - vcpkg
- name: ubuntu 14.04 - [email protected] - vcpkg
- name: ubuntu 14.04 - [email protected] - CUDA 10 - vcpkg

before_install:
- travis_retry eval "${MATRIX_EVAL}"
Expand All @@ -908,9 +910,8 @@ install:
- git pull
- if [ "${USE_VCPKG}" = true ] ; then ./bootstrap-vcpkg.sh ; fi
- if [ "${USE_VCPKG}" = true ] ; then travis_wait ./vcpkg install stb pthreads ; fi
#- if [ "${USE_VCPKG}" = true ] && [[ ! -z "${CUDACXX}" ]] ; then travis_wait ./vcpkg install opencv[ffmpeg,cuda] ; fi
#- if [ "${USE_VCPKG}" = true ] && [[ -z "${CUDACXX}" ]] ; then travis_wait ./vcpkg install opencv[ffmpeg] ; fi
- if [ "${USE_VCPKG}" = true ] ; then travis_wait ./vcpkg install opencv[ffmpeg] ; fi
- if [ "${USE_VCPKG}" = true ] && [[ ! -z "${CUDACXX}" ]] ; then travis_wait 45 ./vcpkg install opencv[ffmpeg,cuda] ; fi
- if [ "${USE_VCPKG}" = true ] && [[ -z "${CUDACXX}" ]] ; then travis_wait 45 ./vcpkg install opencv[ffmpeg] ; fi
- popd

before_script:
Expand Down

0 comments on commit 3a20020

Please sign in to comment.