1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00
This commit is contained in:
Harlan 2018-04-06 10:57:46 +08:00
parent 45a57acbb4
commit 90f70d4cd3

View file

@ -17,6 +17,6 @@ dependencies:
test:
override:
- (cd trunk && ./configure --without-ssl --without-valgrind && make)
- (cd trunk && ./configure --with-ssl=openssl --without-valgrind && make)
- (cd trunk && ./objs/srs_utest)