X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c8f356157e99a791a71bd6408f9d73423c0dab74..76ae11e09dec419fb20f7c1bb4778a612a2d5bce:/buildtools/jenkins/build.sh diff --git a/buildtools/jenkins/build.sh b/buildtools/jenkins/build.sh index 2341297558..7dbdcaea0f 100755 --- a/buildtools/jenkins/build.sh +++ b/buildtools/jenkins/build.sh @@ -34,7 +34,7 @@ mkdir $WORKSPACE/build cd $WORKSPACE/build cmake -Denable_documentation=OFF $WORKSPACE -make dist VERBOSE=1 +make dist tar xzf `cat VERSION`.tar.gz cd `cat VERSION` @@ -63,14 +63,14 @@ cmake -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF \ -Denable_compile_warnings=ON -Denable_smpi=ON -Denable_lib_static=OFF \ -Denable_latency_bound_tracking=OFF -Denable_gtnets=OFF -Denable_jedule=OFF \ -Denable_tracing=ON -Denable_java=ON -make VERBOSE=1 +make cd $WORKSPACE/build cd `cat VERSION` TRES=0 -ctest -T test --no-compress-output || true +ctest -T test --output-on-failure --no-compress-output || true if [ -f Testing/TAG ] ; then xsltproc $WORKSPACE/buildtools/jenkins/ctest2junit.xsl Testing/`head -n 1 < Testing/TAG`/Test.xml > CTestResults.xml mv CTestResults.xml $WORKSPACE