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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue