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

Fixing build script

parent 213bbe34
No related branches found
No related tags found
No related merge requests found
Pipeline #2918 passed
...@@ -114,6 +114,7 @@ fi ...@@ -114,6 +114,7 @@ fi
# Check of we have to do a make install # Check of we have to do a make install
if [ x"$comp_type" == x"full" ]; then if [ x"$comp_type" == x"full" ]; then
mv $HOME/openfpm_vars $HOME/openfpm_vars_$branch
make install make install
if [ x"$?" != x"0" ]; then if [ x"$?" != x"0" ]; then
exit 1 exit 1
......
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