Skip to content

Commit

Permalink
add chronic, use for "make doc"
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 26, 2024
1 parent cc470d7 commit bfb66d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apt-get update && \
git \
graphviz \
make \
moreutils \
python3-pip \
python3-venv \
ssh-client \
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ main() {
# Only build Doxygen documentation if the build job was successful
if [ ${build_test_res} -eq 0 ]; then
echo "-- Building Doxygen documentation"
make -C ${repo_dir} doc --no-print-directory 2>/dev/null
chronic make -C ${repo_dir} doc --no-print-directory
cp -R ${repo_dir}/doc/doxygen/html ./doc-preview
fi

Expand Down

0 comments on commit bfb66d1

Please sign in to comment.