build: install doxygen in ci
This commit is contained in:
parent
5a3d13e7ad
commit
6fb724698f
3
.github/workflows/ccpp.yml
vendored
3
.github/workflows/ccpp.yml
vendored
@ -23,6 +23,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: build doxygen documentation
|
||||
run: sudo apt install -y doxygen
|
||||
|
||||
- name: build doxygen documentation
|
||||
run: rm -rf build || true && mkdir build && cd build && cmake .. -DLIBMBUS_BUILD_DOCS=ON && cmake --build . --target doc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user