Skip to content
Snippets Groups Projects
Commit 3f4d1714 authored by Soeren Peters's avatar Soeren Peters
Browse files

Set right dir.

parent 4e59bca4
No related branches found
No related tags found
1 merge request!218dynamically create CI pipeline for regression tests.
...@@ -7,6 +7,7 @@ rm -r reference_data && mkdir -p reference_data ...@@ -7,6 +7,7 @@ rm -r reference_data && mkdir -p reference_data
git clone --depth 1 --filter=blob:none --sparse https://github.com/irmb/test_data reference_data git clone --depth 1 --filter=blob:none --sparse https://github.com/irmb/test_data reference_data
cd reference_data cd reference_data
git sparse-checkout add regression_tests/gpu/DrivenCavity_2Levels git sparse-checkout add regression_tests/gpu/DrivenCavity_2Levels
cd ..
# build VirtualFluids accordingly to our specific test scenario. # build VirtualFluids accordingly to our specific test scenario.
# in this case adding -DUSER_APPS="apps/gpu/LBM/DrivenCavity to the cmake command is not necessary, because the DrivenCavity is added to VirtualFluids by default. # in this case adding -DUSER_APPS="apps/gpu/LBM/DrivenCavity to the cmake command is not necessary, because the DrivenCavity is added to VirtualFluids by default.
......
...@@ -7,6 +7,7 @@ rm -r reference_data && mkdir -p reference_data ...@@ -7,6 +7,7 @@ rm -r reference_data && mkdir -p reference_data
git clone --depth 1 --filter=blob:none --sparse https://github.com/irmb/test_data reference_data git clone --depth 1 --filter=blob:none --sparse https://github.com/irmb/test_data reference_data
cd reference_data cd reference_data
git sparse-checkout add regression_tests/gpu/DrivenCavity_uniform git sparse-checkout add regression_tests/gpu/DrivenCavity_uniform
cd ..
# build VirtualFluids accordingly to our specific test scenario. # build VirtualFluids accordingly to our specific test scenario.
# in this case adding -DUSER_APPS="apps/gpu/LBM/DrivenCavity to the cmake command is not necessary, because the DrivenCavity is added to VirtualFluids by default. # in this case adding -DUSER_APPS="apps/gpu/LBM/DrivenCavity to the cmake command is not necessary, because the DrivenCavity is added to VirtualFluids by default.
......
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