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 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 }} 
Original file line number Diff line number Diff line change 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 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments