Skip to content

Commit

Permalink
Merge pull request #54 from kaspar030/add_chronic
Browse files Browse the repository at this point in the history
add chronic, use for "make doc"
  • Loading branch information
kaspar030 authored Feb 26, 2024
2 parents cc470d7 + bfb66d1 commit 08df9ba
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 08df9ba

Please sign in to comment.