X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8dbe2058fb2e5717d3077dbaf890d3919405697e..2be323b8287039343c291365179cc776cf145997:/tools/jenkins/build.sh diff --git a/tools/jenkins/build.sh b/tools/jenkins/build.sh index f5b07f2928..f7ad69511f 100755 --- a/tools/jenkins/build.sh +++ b/tools/jenkins/build.sh @@ -120,6 +120,7 @@ echo "XX Configure and build SimGrid" echo "XX pwd: "$(pwd) echo "XX" cmake -G"$GENERATOR"\ + -DCMAKE_INSTALL_PREFIX=/builds/simgrid_install \ -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF \ -Denable_model-checking=$(onoff test "$build_mode" = "ModelChecker") \ -Denable_smpi_ISP_testsuite=$(onoff test "$build_mode" = "ModelChecker") \ @@ -149,6 +150,14 @@ if [ -f Testing/TAG ] ; then mv CTestResults.xml $WORKSPACE fi +if test "$(uname -o)" != "Msys" -a "$(build_mode)" = "Debug" ; then + echo "XX" + echo "XX Test done. Install everything since it's a regular build + not on a Windows." + echo "XX" + + make install +fi + echo "XX" echo "XX Done. Return the results to cmake" echo "XX"