Add a test of httpcli over ssl
diff --git a/build.yaml b/build.yaml
index 388b0a6..91792e1 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1325,6 +1325,20 @@
   - mac
   - linux
   - posix
+- name: httpscli_test
+  build: test
+  language: c
+  src:
+  - test/core/httpcli/httpscli_test.c
+  deps:
+  - grpc_test_util
+  - grpc
+  - gpr_test_util
+  - gpr
+  platforms:
+  - mac
+  - linux
+  - posix
 - name: init_test
   build: test
   language: c