We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc470d7 + bfb66d1 commit 08df9baCopy full SHA for 08df9ba
Dockerfile
@@ -11,6 +11,7 @@ RUN apt-get update && \
11
git \
12
graphviz \
13
make \
14
+ moreutils \
15
python3-pip \
16
python3-venv \
17
ssh-client \
build.sh
@@ -278,7 +278,7 @@ main() {
278
# Only build Doxygen documentation if the build job was successful
279
if [ ${build_test_res} -eq 0 ]; then
280
echo "-- Building Doxygen documentation"
281
- make -C ${repo_dir} doc --no-print-directory 2>/dev/null
+ chronic make -C ${repo_dir} doc --no-print-directory
282
cp -R ${repo_dir}/doc/doxygen/html ./doc-preview
283
fi
284
0 commit comments