From 90f70d4cd3ae1cf44b376fc8b2384bab7e1649a4 Mon Sep 17 00:00:00 2001 From: Harlan Date: Fri, 6 Apr 2018 10:57:46 +0800 Subject: [PATCH] CI test --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)