Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2019-08-31 16:55:19 +08:00
parent 471e4fe436
commit 99505ae0f1
1 changed files with 1 additions and 11 deletions

12
.travis.yml 100644 → 100755
View File

@ -5,17 +5,7 @@ os:
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libjson-c-dev liblua5.1-0-dev
- sudo apt-get remove libssl-dev
install:
- git clone https://git.openwrt.org/project/libubox.git
- pushd libubox && cmake -DBUILD_LUA=OFF . && make && sudo make install && popd
- wget https://www.openssl.org/source/openssl-1.0.2n.tar.gz
- tar zxvf openssl-1.0.2n.tar.gz
- pushd openssl-1.0.2n && ./config --prefix=/usr/local --openssldir=/usr/local/openssl shared && make && sudo make install && popd
- git clone https://git.openwrt.org/project/ustream-ssl.git
- pushd ustream-ssl && cmake . && sudo make install && popd
- sudo apt-get install -y libssl-dev libev-dev
script:
- mkdir build && cd build