mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
build - Copy Doxygen output to _site
This commit is contained in:
parent
809a3d9047
commit
c23df90ba5
1 changed files with 7 additions and 11 deletions
|
@ -39,22 +39,12 @@ echo 'Setting up the script...'
|
|||
# Exit with nonzero exit code if anything fails
|
||||
set -e
|
||||
|
||||
pwd
|
||||
cd ..
|
||||
pwd
|
||||
|
||||
# Clone Dash Core
|
||||
git clone https://github.com/dashpay/dash.git
|
||||
cd dash
|
||||
|
||||
ls
|
||||
|
||||
ls $TRAVIS_BUILD_DIR/doxygen/
|
||||
cp $TRAVIS_BUILD_DIR/doxygen/* doc/
|
||||
|
||||
ls
|
||||
ls doc/
|
||||
|
||||
################################################################################
|
||||
##### Generate the Doxygen code documentation and log the output. #####
|
||||
echo 'Generating Doxygen code documentation...'
|
||||
|
@ -62,4 +52,10 @@ echo 'Generating Doxygen code documentation...'
|
|||
doxygen $DOXYFILE 2>&1 | tee doxygen.log
|
||||
|
||||
echo 'Done generating Doxygen code documentation...'
|
||||
cat doxygen.log
|
||||
#cat doxygen.log
|
||||
|
||||
ls doc/
|
||||
|
||||
# Copy Doxygen files to dash-docs folder
|
||||
echo 'Copy Doxygen files to _site...'
|
||||
cp -R doc/doxygen $TRAVIS_BUILD_DIR/_site/en/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue