File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ before_install:
1414    fi 
1515  - sudo apt-get install $LUA 
1616  - sudo apt-get install $LUA_DEV 
17+   - sudo apt-get install -y libssl-dev 
1718  - lua$LUA_SFX -v 
1819  #  Install a recent luarocks release
1920  - wget https://github.com/keplerproject/luarocks/archive/v$LUAROCKS_VERSION.tar.gz -O $LUAROCKS_BASE.tar.gz 
@@ -32,9 +33,7 @@ install:
3233  - sudo luarocks install luacov-coveralls 
3334  - sudo luarocks install lua_cliargs 2.3-3 
3435  - sudo luarocks install busted 1.10.0-1 
35-   - sudo luarocks install luasec OPENSSL_LIBDIR=/usr/lib/`gcc -print-multiarch` OPENSSL_DIR=/usr/lib/`gcc -print-multiarch` 
36-   - sudo apt-get install libssl-dev 
37- 
36+   - sudo luarocks install luasec OPENSSL_DIR=/usr/lib/`gcc -print-multiarch` OPENSSL_LIBDIR=/usr/lib/`gcc -print-multiarch` 
3837
3938script : " sudo luarocks make rockspecs/lua-websockets-scm-1.rockspec && ./test.sh" 
4039
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments