config - Cache doxygen manually compiled binary

This commit is contained in:
thephez 2018-02-05 11:51:59 -05:00
parent f0d831cc3b
commit a1e4ec197f
2 changed files with 5 additions and 1 deletions

View file

@ -2,7 +2,9 @@ language: ruby
rvm:
- "2.5.0"
sudo: false
cache: bundler
cache:
- bundler
- $TRAVIS_BUILD_DIR/doxygen-src/build/bin
env:
# http://docs.travis-ci.com/user/environment-variables/#Global-Variables
global:

View file

@ -1,6 +1,8 @@
#!/bin/sh
set -ex
echo $(ls doxygen-src/build/bin)
# Build instructions from: https://www.stack.nl/~dimitri/doxygen/download.html
echo "Cloning doxygen repository..."
git clone https://github.com/doxygen/doxygen.git doxygen-src