Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to help the cmake of oldstable to find the java stuff we need
[simgrid.git] / tools / jenkins / build.sh
index 63bb583..acbb39c 100755 (executable)
@@ -11,6 +11,12 @@ set -e
 rm -rf /tmp/simgrid*tmp
 rm -rf /tmp/surf-java*tmp
 
+# Help older cmakes
+if [ -e /usr/lib/jvm/java-7-openjdk-amd64 ] ; 
+then
+  export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
+fi
+
 # usage: die status message...
 die () {
   local status=${1:-1}