File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114    - name : Configure CMake 
115115      working-directory : ${{github.workspace}}/build 
116116      shell : bash 
117-       run : cmake $GITHUB_WORKSPACE -DLIBSRTP_TEST_APPS=ON  ${{ matrix.cmake-crypto-enable}} ${{env.cmake-crypto-dir}} 
117+       run : cmake $GITHUB_WORKSPACE -DLIBSRTP_TEST_APPS=ON  ${{ matrix.cmake-crypto-enable}} ${{env.cmake-crypto-dir}} -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install  
118118
119119    - name : Build 
120120      working-directory : ${{github.workspace}}/build 
@@ -125,3 +125,8 @@ jobs:
125125      working-directory : ${{github.workspace}}/build 
126126      shell : bash 
127127      run : ctest 
128+ 
129+     - name : Install 
130+       working-directory : ${{github.workspace}}/build 
131+       shell : bash 
132+       run : cmake --install . 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments