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

Fixing installation in test

parent 8ea0450a
No related branches found
No related tags found
No related merge requests found
Pipeline #2900 passed
......@@ -76,8 +76,12 @@ mkdir openfpm_numerics/src/config
echo "Compiling general"
source ~/.bashrc
installation_dir="--prefix=$HOME/openfpm_install/$branch"
if [ x"$comp_type" != x"full" ]; then
installation_dir=" "
else
installation_dir="--prefix=$HOME/openfpm_install/$branch"
fi
# force ssh to not use HostKey verification
#echo "StrictHostKeyChecking=no" > $HOME/.ssh/config
......
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