Adding git config in travis doxygen

This commit is contained in:
miloyip 2014-07-09 13:21:07 +08:00
parent d3cb1866bf
commit a5b39958ea

View File

@ -63,6 +63,8 @@ gh_pages_prepare()
cd "${TRAVIS_BUILD_DIR}/doc";
[ ! -d "html" ] || \
abort "Doxygen target directory already exists."
git config --global user.name "${GIT_NAME}"
git config --global user.email "${GIT_EMAIL}"
git clone --single-branch -b gh-pages ${GHPAGES_BASE} html
cd html
# clean working dir