Skip to content

Commit 08df9ba

Browse files
authored
Merge pull request #54 from kaspar030/add_chronic
add chronic, use for "make doc"
2 parents cc470d7 + bfb66d1 commit 08df9ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apt-get update && \
1111
git \
1212
graphviz \
1313
make \
14+
moreutils \
1415
python3-pip \
1516
python3-venv \
1617
ssh-client \

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ main() {
278278
# Only build Doxygen documentation if the build job was successful
279279
if [ ${build_test_res} -eq 0 ]; then
280280
echo "-- Building Doxygen documentation"
281-
make -C ${repo_dir} doc --no-print-directory 2>/dev/null
281+
chronic make -C ${repo_dir} doc --no-print-directory
282282
cp -R ${repo_dir}/doc/doxygen/html ./doc-preview
283283
fi
284284

0 commit comments

Comments
 (0)