]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Build documentation 9922/head
authorDaniel Arndt <arndtd@ornl.gov>
Sat, 18 Apr 2020 01:58:35 +0000 (21:58 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Sun, 19 Apr 2020 01:31:52 +0000 (21:31 -0400)
.travis.yml

index 42dadf52dbe80484d03735b3a3cedd9d001c5ef5..087c0d10ada0a9d7132c6bc6f1a09edd614e126a 100644 (file)
@@ -12,11 +12,24 @@ cache:
   directories:
     - programs
 
+addons:
+  apt:
+    packages:
+      - doxygen
+
+before_install:
+    - sudo apt-get -y install graphviz perl texlive-bibtex-extra
+
 install:
     - ./contrib/utilities/download_clang_format
 
 script: 
-    - ./contrib/utilities/check_indentation.sh 
+    - ./contrib/utilities/check_indentation.sh
+    - mkdir build
+    - cd build
+    - cmake -DDEAL_II_COMPONENT_DOCUMENTATION=ON -DDEAL_II_DOXYGEN_USE_MATHJAX=ON ..
+    - make -j documentation
+    - cat doxygen.log && ! [ -s doxygen.log ]
 
 branches:
   only:

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.