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:
commit
7deda9370c
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue