again
This commit is contained in:
parent
c31150e8cf
commit
4ebe0c38d3
@ -1,6 +1,7 @@
|
|||||||
language: erlang
|
language: erlang
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- CURDIR=$(pwd)
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev make unzip git libjansson-dev
|
- sudo apt-get install -qq libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev make unzip git libjansson-dev
|
||||||
- THIS_DIR=$(cd $(dirname $0); pwd)
|
- THIS_DIR=$(cd $(dirname $0); pwd)
|
||||||
@ -26,8 +27,9 @@ before_install:
|
|||||||
- ./.luarocks/bin/luarocks install serpent
|
- ./.luarocks/bin/luarocks install serpent
|
||||||
- ./.luarocks/bin/luarocks install sha1
|
- ./.luarocks/bin/luarocks install sha1
|
||||||
- ./.luarocks/bin/luarocks install lpeg
|
- ./.luarocks/bin/luarocks install lpeg
|
||||||
- cd $THIS_DIR
|
- cd $CURDIR
|
||||||
- ls
|
- ls
|
||||||
|
- pwd
|
||||||
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user