File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 66
66
# user input
67
67
DEBIAN_FRONTEND : noninteractive
68
68
run : |
69
- sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc g++ maven flex bison libxml2-utils dpkg-dev ccache
69
+ sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc g++ maven flex bison libxml2-utils dpkg-dev ccache doxygen
70
70
- name : Prepare ccache
71
71
uses : actions/cache@v2
72
72
with :
84
84
mkdir build
85
85
cd build
86
86
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++
87
+ - name : Check that doc task works
88
+ run : |
89
+ cd build
90
+ ninja doc
87
91
- name : Zero ccache stats and limit in size
88
92
run : ccache -z --max-size=500M
89
93
- name : Build with Ninja
You can’t perform that action at this time.
0 commit comments