Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/cmake-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
shell: bash
run: |
cd test_link/
git clone --recurse-submodules https://github.com/LIHPC-Computational-Geometry/magix3d_test_data_dir.git
export MAGIX3D_TEST_DATA_DIR=$PWD/magix3d_test_data_dir
cp ../CMakePresets.json .
# Do not use ${{ github.event.repository.name }}_ROOT variable: package names != project names (sometimes)
cmake -S . -B build --preset=ci -DCMAKE_PREFIX_PATH=$INSTALL_DIR/${{ github.event.repository.name }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/spack-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
# build test_link and run tests
cd test_link/
git clone --recurse-submodules https://github.com/LIHPC-Computational-Geometry/magix3d_test_data_dir.git
export MAGIX3D_TEST_DATA_DIR=$PWD/magix3d_test_data_dir
cmake -S . -B build
cmake --build build
cmake --build build --target test
Expand Down