Skip to content

Commit b4ad72a

Browse files
committed
added clone of magix3d_test_data_dir in the spack/cmake-reusable.yml CI
1 parent b612b00 commit b4ad72a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/cmake-reusable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
shell: bash
5252
run: |
5353
cd test_link/
54+
git clone --recurse-submodules https://github.com/LIHPC-Computational-Geometry/magix3d_test_data_dir.git
55+
export MAGIX3D_TEST_DATA_DIR=$PWD/magix3d_test_data_dir
5456
cp ../CMakePresets.json .
5557
# Do not use ${{ github.event.repository.name }}_ROOT variable: package names != project names (sometimes)
5658
cmake -S . -B build --preset=ci -DCMAKE_PREFIX_PATH=$INSTALL_DIR/${{ github.event.repository.name }}

.github/workflows/spack-reusable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
7777
# build test_link and run tests
7878
cd test_link/
79+
git clone --recurse-submodules https://github.com/LIHPC-Computational-Geometry/magix3d_test_data_dir.git
80+
export MAGIX3D_TEST_DATA_DIR=$PWD/magix3d_test_data_dir
7981
cmake -S . -B build
8082
cmake --build build
8183
cmake --build build --target test

0 commit comments

Comments
 (0)