mirror of
https://github.com/theoludwig/libcproject.git
synced 2024-11-08 22:31:31 +01:00
ci: install documentation tools
This commit is contained in:
parent
c168a7179d
commit
e7726b8cc7
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -15,6 +15,9 @@ jobs:
|
||||
- name: 'Install Build Tools'
|
||||
run: 'sudo apt-get install --yes build-essential gcc make clang-format'
|
||||
|
||||
- name: 'Install Documentation Tools'
|
||||
run: 'sudo apt-get install --yes doxygen doxygen-gui doxygen-doc graphviz'
|
||||
|
||||
- run: 'gcc --version'
|
||||
|
||||
- run: 'make'
|
||||
|
Loading…
Reference in New Issue
Block a user