diff --git a/circle.yml b/circle.yml index ed5eaf8ab..e0927d6a8 100644 --- a/circle.yml +++ b/circle.yml @@ -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)