mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-11-27 06:30:28 +08:00
actually stop on failure
This commit is contained in:
parent
e77748ef96
commit
a0efdd843c
@ -8,7 +8,7 @@ USER=${USER:-'orzel'}
|
||||
# step 1 : build
|
||||
# todo if 'build is not there, create one:
|
||||
#mkdir build
|
||||
(cd build && cmake .. && make -j3 doc) || (echo "make failed"; exit 1)
|
||||
(cd build && cmake .. && make -j3 doc) || echo "make failed"; exit 1
|
||||
#todo: n+1 where n = number of cpus
|
||||
|
||||
#step 2 : upload
|
||||
|
Loading…
Reference in New Issue
Block a user