From 9c66c937a4dffdbce90145497b3567a9becd8092 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周六, 21 3月 2020 21:22:39 +0800
Subject: [PATCH] add sitemap

---
 .travis.yml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index eadfc70..7ba28fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -208,8 +208,10 @@
              - python3-pip
              - doxygen
              - graphviz
-     script: 
-        - pip3 install sphinx sphinx_rtd_theme breathe sphinx-markdown-tables recommonmark sphinx-rtd-theme
+     before_script: 
+        - pip3 install sphinx sphinx_rtd_theme breathe sphinx-markdown-tables recommonmark sphinx-rtd-theme sphinx-sitemap
+        - cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install ..
+     script:
         - make documentation
      deploy:
         provider: pages

--
Gitblit v1.9.1