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

Testing CI with pdata

parent 8282c61f
No related branches found
No related tags found
No related merge requests found
Pipeline #772 failed
......@@ -18,7 +18,7 @@ fi
dep_dir=$(cat dep_dir)
if [ x"$dep_dir" != x"" ]; then
set -- "${@:1:5}" "$dep_dir"
branch=$dep_dir
fi
mkdir src/config
......@@ -106,13 +106,9 @@ else
if [ x"$2" == x"sbalzarini-mac-15" ]; then
installation_dir="--prefix=/Users/jenkins/openfpm_install"
else
installation_dir="--prefix=$HOME/openfpm_dependencies/openfpm_pdata/$6"
installation_dir="--prefix=$HOME/openfpm_dependencies/openfpm_pdata/$branch"
fi
echo "Installation dir: $installation_dir"
exit 1
mkdir $HOME/openfpm_dependencies/openfpm_pdata/$branch
if [ x"$4" == x"full" ]; then
./install -i $HOME/$branch -s -c "$installation_dir"
......
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