From 1c97fdd386675d047c8c17aee8e7204f72f16024 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Thu, 6 Aug 2015 21:16:40 +0200
Subject: [PATCH] Fixing jenkins script

---
 build_pdata.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build_pdata.sh b/build_pdata.sh
index 9a61e17a..2feef9c8 100644
--- a/build_pdata.sh
+++ b/build_pdata.sh
@@ -28,6 +28,7 @@ then
  sh ./autogen.sh
  module load gcc/4.9.2
  ./install
+ make
  if [ $? -ne 0 ]; then exit 1 ; fi
  mpirun -np 2 ./src/pdata
  if [ $? -ne 0 ]; then exit 1 ; fi
-- 
GitLab