chiark / gitweb /
Try build doc on Travis
authorJulien Schueller <schueller@phimeca.com>
Sat, 9 Sep 2017 12:09:58 +0000 (14:09 +0200)
committerJulien Schueller <schueller@phimeca.com>
Sat, 9 Sep 2017 12:09:58 +0000 (14:09 +0200)
.travis.yml

index a7efc2a8088611abb88929023653c6505b5f9026..daa91b06e8db6356ab0fc111b7c60959773acd6f 100644 (file)
@@ -23,6 +23,8 @@ matrix:
           - gcc-mingw-w64-x86-64
           - binutils-mingw-w64-x86-64
       script:
+        - pip install mkdocs python-markdown-math --user
+        - PATH=$PATH:~/.local/bin mkdocs build
         - mkdir build && pushd build
         - cmake -DCMAKE_INSTALL_PREFIX=~/.local -DWITH_CXX=ON ..
         - make install -j2 && ctest -j2 --output-on-failure