Skip to content
Snippets Groups Projects
Commit 9d1c0aa8 authored by Abhinav Singh's avatar Abhinav Singh
Browse files

update to yml

parent 95d77b70
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ jobs:
cd build
export DEP_PACKING=/Users/runners/openfpm_dependencies/
printf " -DCPACK_RUN_INSTALL_DEPENDENCIES=ON" >> cmake_build_options;
bash cmake_build_options;
cp ~/openfpm_vars ~/openfpm_dependencies/
cp ~/.openfpm.mk ~/openfpm_dependencies/
echo "Calling CPACK"
......@@ -103,6 +104,7 @@ jobs:
cd build
export DEP_PACKING=/Users/runners/openfpm_dependencies/
printf " -DCPACK_RUN_INSTALL_DEPENDENCIES=ON" >> cmake_build_options;
bash cmake_build_options;
cp ~/openfpm_vars ~/openfpm_dependencies/
cp ~/.openfpm.mk ~/openfpm_dependencies/
echo "Calling CPACK"
......
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