fix the compilation of doc

- Use `-j$(nproc)` or `-j` (!!!)
- Handle errors when a Doxygen run fails.
This commit is contained in:
Laurent Rineau 2023-11-09 18:47:19 +01:00
parent 06915fe2eb
commit d9dcc9c2ed
1 changed files with 2 additions and 0 deletions

View File

@ -20,7 +20,9 @@ DOXYGEN_2=$($PATH_TO_1_9_6 --version)
DO_COMPARE=TRUE
PATH_TO_SCRIPTS=${PWD}
NB_CORES="$(nproc)"
set +e
#######################################
## download and build doxygen_master ##
#######################################