mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-08 09:49:03 +08:00
fixes #568
(files from previous build were kept on the server, with outdated/garbled information) The documentation update script now wipes build/doc/html before rebuilding stuff. Most of the time/cpu consuming is spent in compiling snippets, so we don't loose that much.
This commit is contained in:
parent
f29b4c435b
commit
aba50d842e
@ -8,6 +8,7 @@ USER=${USER:-'orzel'}
|
|||||||
#ulimit -v 1024000
|
#ulimit -v 1024000
|
||||||
|
|
||||||
# step 1 : build
|
# step 1 : build
|
||||||
|
rm build/doc/html -Rf
|
||||||
mkdir build -p
|
mkdir build -p
|
||||||
(cd build && cmake .. && make doc) || { echo "make failed"; exit 1; }
|
(cd build && cmake .. && make doc) || { echo "make failed"; exit 1; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user