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

Fixing window10 branch name

parent 33f54674
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
echo "Directory: $1"
echo "Machine: $2"
echo "Branch: $BRANCH_NAME"
mkdir src/config
......@@ -12,13 +13,11 @@ if [ "$2" == "windows10" ]; then
echo "Compiling on windows10"
echo "1" > input_install
echo "1" >> input_install
echo "1" >> input_install
echo "2" >> input_install
echo "y" >> input_install
echo "1" >> input_install
./install -i "/scratch/p_ppm/openfpm_deps_intel" < input_install
./install -i "/home/jenkins/$BRANCH_NAME" < input_install
fi
......
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