chore(travis): fix typo in Linux build (dropbox upload)
This commit is contained in:
parent
fab5cdc598
commit
e5dbcc8ac5
1 changed files with 2 additions and 2 deletions
|
@ -243,11 +243,11 @@ after_script:
|
||||||
- cd ..
|
- cd ..
|
||||||
- if [[ $LEANREPO == BLESSED && $BUILD_DOXYGEN == TRUE ]]; then
|
- if [[ $LEANREPO == BLESSED && $BUILD_DOXYGEN == TRUE ]]; then
|
||||||
sudo apt-get -qq install graphviz doxygen parallel;
|
sudo apt-get -qq install graphviz doxygen parallel;
|
||||||
script/doxygen.sh;
|
script/doxygen.sh > /dev/null;
|
||||||
DOXYGEN_DIR=doc/html;
|
DOXYGEN_DIR=doc/html;
|
||||||
find $DOXYGEN_DIR -type f -name "*.md5" -exec rm {} ";";
|
find $DOXYGEN_DIR -type f -name "*.md5" -exec rm {} ";";
|
||||||
find $DOXYGEN_DIR -type f | split -l 100 - doxygen_files.txt.;
|
find $DOXYGEN_DIR -type f | split -l 100 - doxygen_files.txt.;
|
||||||
ls -1 doxygen_files.txt.* | parallel -u -j 10 'script/dropbox_upload.py --destpath /Public --dropbox-token ${DROPBOX_KEY} --copylist {}';
|
ls -1 doxygen_files.txt.* | parallel -u -j 10 "script/dropbox_upload.py --destpath /Public --dropbox-token ${DROPBOX_KEY} --copylist {}";
|
||||||
fi
|
fi
|
||||||
- if [[ $LEANREPO == BLESSED && $UPLOAD ]]; then
|
- if [[ $LEANREPO == BLESSED && $UPLOAD ]]; then
|
||||||
UPLOAD_DIR=bin;
|
UPLOAD_DIR=bin;
|
||||||
|
|
Loading…
Reference in a new issue