]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make indent CI check abort on Doxygen warnings
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 8 Oct 2020 18:13:42 +0000 (14:13 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 8 Oct 2020 20:16:00 +0000 (16:16 -0400)
.github/workflows/indent.yml

index 3fb72f80f57df8507059e072f7e52b921a1fe26b..38de0e1aff23c839680327469092f5d0dc2c6ff0 100644 (file)
@@ -27,7 +27,8 @@ jobs:
         cd build
         cmake -DDEAL_II_COMPONENT_DOCUMENTATION=ON -DDEAL_II_DOXYGEN_USE_MATHJAX=ON ..
         make -j 2 documentation
-        cat doxygen.log && ! [ -s doxygen.log ]
+        cat doxygen.log
+        ! [ -s doxygen.log ] || exit 1
         tar -czf doxygen_documentation.tar.gz doc/doxygen
     - name: archive documentation
       uses: actions/upload-artifact@v1

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.