Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2068)

Unified Diff: masters/master.chromium.mac/master_mac_cfg.py

Issue 66953010: Added an iOS Device ninja build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Reactivating svn polling Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « masters/master.chromium.mac/master.cfg ('k') | masters/master.chromium.mac/master_site_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..6bb087b98e686055ea244952f74021557da2e294 100644
--- a/masters/master.chromium.mac/master_mac_cfg.py
+++ b/masters/master.chromium.mac/master_mac_cfg.py
@@ -311,7 +311,8 @@ F('ios_rel', ios().ChromiumFactory(
tests=[],
options = [
'--', '-project', '../build/all.xcodeproj', '-sdk',
- 'iphoneos6.1', '-target' , 'All'],
+# 'iphoneos', '-target' , 'All'], # for xcode 5
agable 2013/11/22 00:22:40 Don't commit commented out code :)
pgervais 2013/11/22 00:46:35 As you which, but the next person will spend some
+ 'iphoneos6.1', '-target' , 'All'], # for xcode 4.6
factory_properties={
'app_name': 'Chromium.app',
'gclient_deps': 'ios',
@@ -321,6 +322,21 @@ F('ios_rel', ios().ChromiumFactory(
},
}))
+B('iOS Device ninja', 'ios_rel_ninja', gatekeeper='ios_rel_ninja',
agable 2013/11/22 00:22:40 Just confirming that this configuration has been r
pgervais 2013/11/22 00:46:35 I ran it locally on my mac pro, on a real iPad and
+ 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
#
« no previous file with comments | « masters/master.chromium.mac/master.cfg ('k') | masters/master.chromium.mac/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698