summaryrefslogtreecommitdiffstats
path: root/ios/build
diff options
context:
space:
mode:
authorhans <hans@chromium.org>2015-05-20 10:58:38 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-20 17:58:31 +0000
commit7af1026772874f47b4c81bf353e7bd92ca8c1f15 (patch)
tree2b839a6ba888d2ee73f05de0601ad4039aeee2f9 /ios/build
parent9e86f80ad8421b1a34894ea72fb8af4ebe88a0c2 (diff)
downloadchromium_src-7af1026772874f47b4c81bf353e7bd92ca8c1f15.zip
chromium_src-7af1026772874f47b4c81bf353e7bd92ca8c1f15.tar.gz
chromium_src-7af1026772874f47b4c81bf353e7bd92ca8c1f15.tar.bz2
Add bot config for ClangToTiOS
BUG=452726 Review URL: https://codereview.chromium.org/1145723003 Cr-Commit-Position: refs/heads/master@{#330767}
Diffstat (limited to 'ios/build')
-rw-r--r--ios/build/bots/chromium.fyi/ClangToTiOS.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/ios/build/bots/chromium.fyi/ClangToTiOS.json b/ios/build/bots/chromium.fyi/ClangToTiOS.json
new file mode 100644
index 0000000..26663df
--- /dev/null
+++ b/ios/build/bots/chromium.fyi/ClangToTiOS.json
@@ -0,0 +1,23 @@
+{
+ "owners": [
+ "hans"
+ ],
+ "comments": [
+ "Clang tip-of-tree builder for iOS"
+ ],
+ "xcode version": "6.2",
+ "GYP_DEFINES": {
+ "chromium_ios_signing": "0",
+ "clang_use_chrome_plugins": "0",
+ "target_subarch": "arm32",
+ "werror": ""
+ },
+ "env": {
+ "LLVM_FORCE_HEAD_REVISION": "YES"
+ },
+ "compiler": "ninja",
+ "configuration": "Release",
+ "sdk": "iphoneos8.2",
+ "tests": [
+ ]
+}