winlin

update circleci without ssl.

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