winlin

update circleci without ssl.

正在显示 1 个修改的文件 包含 2 行增加2 行删除
... ... @@ -13,10 +13,10 @@ general:
dependencies:
override:
- sudo apt-get install -y valgrind openssl
- sudo apt-get install -y valgrind
test:
override:
- (cd trunk && ./configure --use-sys-ssl && make)
- (cd trunk && ./configure --without-ssl && make)
- (cd trunk && ./objs/srs_utest)
... ...