Commit a5b39958 authored by miloyip's avatar miloyip

Adding git config in travis doxygen

parent d3cb1866
...@@ -63,6 +63,8 @@ gh_pages_prepare() ...@@ -63,6 +63,8 @@ gh_pages_prepare()
cd "${TRAVIS_BUILD_DIR}/doc"; cd "${TRAVIS_BUILD_DIR}/doc";
[ ! -d "html" ] || \ [ ! -d "html" ] || \
abort "Doxygen target directory already exists." 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 git clone --single-branch -b gh-pages ${GHPAGES_BASE} html
cd html cd html
# clean working dir # clean working dir
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment