Skip to content

Commit

Permalink
ci: Build and store doxygen documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jan 20, 2021
1 parent 8633e78 commit eae8072
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,12 @@ jobs:
lint:
executor: linux-clang-latest
steps:
- run:
name: "Install doxygen"
background: true
command: |
sudo apt-get -q update
sudo apt-get -qy install doxygen graphviz
- checkout
- run:
name: "Run shellcheck"
Expand Down Expand Up @@ -319,6 +325,12 @@ jobs:
cmake_options: -DCMAKE_TOOLCHAIN_FILE=~/project/cmake/toolchains/libc++.cmake -DCMAKE_CXX_STANDARD=20
- install_testfloat
- test
- run:
name: "Doxygen"
command: doxygen
- store_artifacts:
path: docs
destination: docs

release-linux:
executor: linux-gcc-latest
Expand Down

0 comments on commit eae8072

Please sign in to comment.