Add CMAKE in travis-doxygen

This commit is contained in:
miloyip 2015-06-05 14:08:15 +08:00
parent 3bc945fdce
commit 93bf4ceb32

View File

@ -78,6 +78,7 @@ gh_pages_prepare()
gh_pages_commit() {
cd "${TRAVIS_BUILD_DIR}/build/doc/html";
echo "www.rapidjson.org" > CNAME
git add --all;
git diff-index --quiet HEAD || git commit -m "Automatic doxygen build";
}