Index: masters/master.chromium.mac/master_mac_cfg.py |
diff --git a/masters/master.chromium.mac/master_mac_cfg.py b/masters/master.chromium.mac/master_mac_cfg.py |
index 3b87ec5676cb7b36927396f2af87eeeac60cb850..ae48a15e54c04256f34196b71d5881caefb1d4d0 100644 |
--- a/masters/master.chromium.mac/master_mac_cfg.py |
+++ b/masters/master.chromium.mac/master_mac_cfg.py |
@@ -311,7 +311,7 @@ F('ios_rel', ios().ChromiumFactory( |
tests=[], |
options = [ |
'--', '-project', '../build/all.xcodeproj', '-sdk', |
- 'iphoneos6.1', '-target' , 'All'], |
+ 'iphoneos6.1', '-target' , 'All'], # for xcode 4.6. Use 'iphoneos' for 5. |
factory_properties={ |
'app_name': 'Chromium.app', |
'gclient_deps': 'ios', |
@@ -321,6 +321,21 @@ F('ios_rel', ios().ChromiumFactory( |
}, |
})) |
+B('iOS Device ninja', 'ios_rel_ninja', gatekeeper='ios_rel_ninja', |
ghost stip (do not use)
2013/11/22 23:18:03
we'll need to add a config to master_gatekeeper_cf
|
+ scheduler='ios', auto_reboot=True, notify_on_missing=True) |
+F('ios_rel_ninja', mac_out().ChromiumFactory( |
+ tests=[], |
+ options=['--build-tool=ninja'], |
+ factory_properties={ |
+ 'app_name': 'Chromium.app', |
+ 'gclient_deps': 'ios', |
+ 'gclient_env': { |
+ 'GYP_CROSSCOMPILE': '1', |
+ 'GYP_GENERATORS': 'ninja', |
+ 'GYP_DEFINES': 'component=static_library OS=ios clang=1', |
+ }, |
+ })) |
+ |
# |
# iOS Debug iphonesimulator BuilderTester |
# |