mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-23 18:20:47 +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
|
||||
|
||||
# step 1 : build
|
||||
rm build/doc/html -Rf
|
||||
mkdir build -p
|
||||
(cd build && cmake .. && make doc) || { echo "make failed"; exit 1; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user