mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-27 23:25:53 +00:00
ci: run pre-commit workflow on heavy runner to make doxygen work (#2085)
This commit is contained in:
@@ -15,6 +15,12 @@ DOCDIR=${TMPDIR}/out
|
||||
|
||||
# Check doxygen is at all installed
|
||||
if [ -z "$DOXYGEN" ]; then
|
||||
if [[ "${CI}" == "true" ]]; then
|
||||
# If we are in CI, we should fail the check
|
||||
echo "doxygen not found in CI, please install it"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# No hard error if doxygen is not installed yet
|
||||
cat <<EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user