actually stop on failure

This commit is contained in:
Thomas Capricelli 2010-01-06 17:14:31 +01:00
parent e77748ef96
commit a0efdd843c

View File

@ -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