update circleci without ssl.
This commit is contained in:
parent
b19702f669
commit
fba70afcc3
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user