Skip to content

Commit

Permalink
Docs: Add some really basic doxygen conf
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed May 6, 2020
1 parent e4f182e commit 1d2d53e
Show file tree
Hide file tree
Showing 3 changed files with 2,527 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ prelinkedkernel.unpack
*.chunklist
*.pyc
Debug/QemuRun
Doxy
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,20 @@ matrix:
- uuid-dev
- clang-8
- llvm-8-dev
- doxygen
- texlive
- texlive-latex-extra

script:
- export PYTHON_COMMAND=python3 # Something is broken in Travis CI environment, it asks for python3.7.
- sudo apt-get remove llvm-3.8 libllvm3.8 # Move LLVM 3.8 out of the way.
- export PATH="/usr/lib/llvm-8/bin:$PATH" # Default compiler (7.0 or 3.8) has no LTO plugin.
- export TOOLCHAINS=CLANG38
- "./macbuild.tool"
# Currently this is too ugly, but maybe we can use that in the future.
- doxygen Doxyfile &> log.txt || tail -200 log.txt ; exit 1
- cd Doxy/latex || exit 1
- make pdf &> log.txt || tail -200 log.txt ; exit 1

- os: osx
name: "Analyze Coverity"
Expand Down
Loading

0 comments on commit 1d2d53e

Please sign in to comment.