build - Copy doxygen config files to dash repo

This commit is contained in:
thephez 2018-01-25 12:55:09 -05:00
parent 0c27bbe3eb
commit 68395580f8

View file

@ -48,6 +48,8 @@ mkdir code
cd code
git clone https://github.com/dashpay/dash.git
cp $TRAVIS_BUILD_DIR/doxygen/* dash/doc/
################################################################################
##### Generate the Doxygen code documentation and log the output. #####
echo 'Generating Doxygen code documentation...'