Skip to content

Commit

Permalink
Don't install doxygen if linter is disabled (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Apr 6, 2022
1 parent 46afab0 commit 0e2ddfc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@ apt -y install \
cmake \
cppcheck \
curl \
doxygen \
g++-8 \
git \
gnupg \
lsb-release \
python3-pip \
wget

if [ -n "$DOXYGEN_ENABLED" ] && ${DOXYGEN_ENABLED} ; then
apt -y install doxygen
fi

SYSTEM_VERSION=`lsb_release -cs`

SOURCE_DEPENDENCIES="`pwd`/.github/ci/dependencies.yaml"
Expand Down

0 comments on commit 0e2ddfc

Please sign in to comment.