File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,18 @@ jobs:
4949 env :
5050 NAME : " DOXYGEN-CHECK"
5151 DOXYGEN_VERSION : " 1.8.14"
52+ addons :
53+ apt :
54+ sources :
55+ - sourceline : ' deb http://packages.cloud.google.com/apt cloud-sdk-trusty main'
56+ key_url : ' https://packages.cloud.google.com/apt/doc/apt-key.gpg'
57+ packages :
58+ - cmake
59+ - google-cloud-sdk
60+ - graphviz
5261 cache :
5362 directories :
5463 - ${TRAVIS_BUILD_DIR}/doxygen/build/bin
55- before_install :
56- - curl -sSL "https://packages.cloud.google.com/apt/doc/apt-key.gpg" | sudo -E apt-key add -
57- - echo "deb http://packages.cloud.google.com/apt cloud-sdk-trusty main" | sudo tee -a /etc/apt/sources.list > /dev/null
58- - sudo apt-get update --option Acquire::Retries=100 --option Acquire::http::Timeout="60"
59- - sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install cmake google-cloud-sdk graphviz
6064 install :
6165 - |
6266 # Build doxygen if it is not in Travis cache
You can’t perform that action at this time.
0 commit comments