mirror of https://github.com/CGAL/cgal
fix the compilation of doc
- Use `-j$(nproc)` or `-j` (!!!) - Handle errors when a Doxygen run fails.
This commit is contained in:
parent
06915fe2eb
commit
d9dcc9c2ed
|
|
@ -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 ##
|
||||
#######################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue