Skip to content
Snippets Groups Projects
Commit 37640377 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing build

parent 455bf348
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ parallel (
checkout scm
stage ('build_gin')
{
sh "./build.sh $WORKSPACE $NODE_NAME pdata"
sh "./build.sh $WORKSPACE $NODE_NAME pdata && make install"
}
stage ('run_example_gin')
......
......@@ -92,7 +92,7 @@ then
else
echo "Compiling general"
source ~/.bashrc
./install -m -s
./install -m -s -c"--prefix=/Users/pietro/openfpm_install"
make $3
if [ $? -ne 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment