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

Fixing example compilation

parent 2a41cfe6
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ parallel (
stage ('run example ubuntu')
{
sh "export PATH=\"/usr/local/binutils/bin/:$PATH\" && source $HOME/openfpm_vars_master && cd example && make"
sh "export PATH=\"/usr/local/binutils/bin/:$PATH\" && source $HOME/openfpm_vars_master && cd example && make run"
}
}},
......@@ -27,7 +27,7 @@ parallel (
sh "./build.sh $WORKSPACE $NODE_NAME pdata full && make install"
}
stage ('run_example_sb15')
stage ('run mac')
{
sh "source $HOME/openfpm_vars_master && cd example && make"
}
......@@ -45,7 +45,7 @@ parallel (
stage ('run example centos')
{
sh "export PATH=\"/usr/local/binutils/bin/:$PATH\" && source $HOME/openfpm_vars_master && cd example && make"
sh "export PATH=\"/usr/local/binutils/bin/:$PATH\" && source $HOME/openfpm_vars_master && cd example && make run"
}
}},
......
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