mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-11-02 05:46:26 +01:00
Add CMAKE in travis-doxygen
This commit is contained in:
@@ -78,6 +78,7 @@ gh_pages_prepare()
|
|||||||
|
|
||||||
gh_pages_commit() {
|
gh_pages_commit() {
|
||||||
cd "${TRAVIS_BUILD_DIR}/build/doc/html";
|
cd "${TRAVIS_BUILD_DIR}/build/doc/html";
|
||||||
|
echo "www.rapidjson.org" > CNAME
|
||||||
git add --all;
|
git add --all;
|
||||||
git diff-index --quiet HEAD || git commit -m "Automatic doxygen build";
|
git diff-index --quiet HEAD || git commit -m "Automatic doxygen build";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user