mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
config - Cache doxygen manually compiled binary
This commit is contained in:
parent
f0d831cc3b
commit
a1e4ec197f
2 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,9 @@ language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- "2.5.0"
|
- "2.5.0"
|
||||||
sudo: false
|
sudo: false
|
||||||
cache: bundler
|
cache:
|
||||||
|
- bundler
|
||||||
|
- $TRAVIS_BUILD_DIR/doxygen-src/build/bin
|
||||||
env:
|
env:
|
||||||
# http://docs.travis-ci.com/user/environment-variables/#Global-Variables
|
# http://docs.travis-ci.com/user/environment-variables/#Global-Variables
|
||||||
global:
|
global:
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
echo $(ls doxygen-src/build/bin)
|
||||||
|
|
||||||
# Build instructions from: https://www.stack.nl/~dimitri/doxygen/download.html
|
# Build instructions from: https://www.stack.nl/~dimitri/doxygen/download.html
|
||||||
echo "Cloning doxygen repository..."
|
echo "Cloning doxygen repository..."
|
||||||
git clone https://github.com/doxygen/doxygen.git doxygen-src
|
git clone https://github.com/doxygen/doxygen.git doxygen-src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue