1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

update circleci without ssl.

This commit is contained in:
winlin 2016-09-27 14:50:24 +08:00
parent b19702f669
commit fba70afcc3

View file

@ -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)