mirror of
https://github.com/theoludwig/libcproject.git
synced 2025-05-21 23:21:15 +02:00
ci: install documentation tools
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -15,6 +15,9 @@ jobs:
|
|||||||
- name: 'Install Build Tools'
|
- name: 'Install Build Tools'
|
||||||
run: 'sudo apt-get install --yes build-essential gcc make clang-format'
|
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: 'gcc --version'
|
||||||
|
|
||||||
- run: 'make'
|
- run: 'make'
|
||||||
|
Reference in New Issue
Block a user