Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authormiloyip <miloyip@gmail.com>2014-07-09 09:21:07 +0400
committermiloyip <miloyip@gmail.com>2014-07-09 09:21:07 +0400
commita5b39958eae17ac71eec2ca4faf24e47da592108 (patch)
treed7fcc8b83e3b24dea1113ed92d2881279de281ff /build
parentd3cb1866bf8ca5625e168d6182fae6f027570356 (diff)
Adding git config in travis doxygen
Diffstat (limited to 'build')
-rwxr-xr-xbuild/travis-doxygen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/travis-doxygen.sh b/build/travis-doxygen.sh
index a85d7bae..8e642693 100755
--- a/build/travis-doxygen.sh
+++ b/build/travis-doxygen.sh
@@ -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