From d4847c6d969a617fc11d03da881df952687e0d3b Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Wed, 10 May 2017 16:44:14 -0400 Subject: [PATCH] Add some Android and iOS compile bots to the CQ. Change-Id: I0bdc3be7fbc746fb36d7b893cc17959009ad33af Reviewed-on: https://boringssl-review.googlesource.com/16147 Commit-Queue: David Benjamin Reviewed-by: Steven Valdez --- infra/config/cq.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 4e60c582..7e8bfbd7 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -60,6 +60,12 @@ verifiers { builders { name: "linux_fips_clang_rel" } builders { name: "linux_fips_noasm_asan" } + builders { name: "ios_compile" } + builders { name: "ios64_compile" } + + builders { name: "android_arm_compile" } + builders { name: "android_aarch64_compile" } + builders { name: "docs" } } }