1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

Merge branch '2.0release' into develop

This commit is contained in:
winlin 2016-09-27 14:55:07 +08:00
commit 7deda9370c

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)