File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 51
51
shell : bash
52
52
run : |
53
53
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
54
56
cp ../CMakePresets.json .
55
57
# Do not use ${{ github.event.repository.name }}_ROOT variable: package names != project names (sometimes)
56
58
cmake -S . -B build --preset=ci -DCMAKE_PREFIX_PATH=$INSTALL_DIR/${{ github.event.repository.name }}
Original file line number Diff line number Diff line change 76
76
77
77
# build test_link and run tests
78
78
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
79
81
cmake -S . -B build
80
82
cmake --build build
81
83
cmake --build build --target test
You can’t perform that action at this time.
0 commit comments