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

Adding CMAKE on CI

parent 5a82cd28
No related branches found
No related tags found
No related merge requests found
Pipeline #3133 failed
......@@ -25,6 +25,7 @@ if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
echo "CentOS node"
source /opt/rh/devtoolset-8/enable
./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/:$PATH"
fi
if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then
......@@ -39,6 +40,7 @@ if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" ]; then
export PATH="/usr/local/bin:$PATH"
# rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/PETSC
./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/:$PATH"
fi
if [ x"$hostname" == x"falcon1" ]; then
......
File mode changed from 100644 to 100755
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