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:
14
14
fi
15
15
- sudo apt-get install $LUA
16
16
- sudo apt-get install $LUA_DEV
17
+ - sudo apt-get install -y libssl-dev
17
18
- lua$LUA_SFX -v
18
19
# Install a recent luarocks release
19
20
- wget https://github.com/keplerproject/luarocks/archive/v$LUAROCKS_VERSION.tar.gz -O $LUAROCKS_BASE.tar.gz
@@ -32,9 +33,7 @@ install:
32
33
- sudo luarocks install luacov-coveralls
33
34
- sudo luarocks install lua_cliargs 2.3-3
34
35
- 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`
38
37
39
38
script : " sudo luarocks make rockspecs/lua-websockets-scm-1.rockspec && ./test.sh"
40
39
You can’t perform that action at this time.
0 commit comments