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

Side by Side Diff: scripts/slave/recipes/ios/try.py

Issue 957493002: Add analyze steps to iOS try bot builds which use ninja (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 9 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 DEPS = [ 5 DEPS = [
6 'ios', 6 'ios',
7 'platform', 7 'platform',
8 'properties', 8 'properties',
9 ] 9 ]
10 10
(...skipping 17 matching lines...) Expand all
28 patchset=1, 28 patchset=1,
29 rietveld='fake://rietveld.url', 29 rietveld='fake://rietveld.url',
30 slavename='fake-vm', 30 slavename='fake-vm',
31 ) 31 )
32 + api.ios.make_test_build_config({ 32 + api.ios.make_test_build_config({
33 'xcode version': 'fake xcode version', 33 'xcode version': 'fake xcode version',
34 'GYP_DEFINES': { 34 'GYP_DEFINES': {
35 'fake gyp define 1': 'fake value 1', 35 'fake gyp define 1': 'fake value 1',
36 'fake gyp define 2': 'fake value 2', 36 'fake gyp define 2': 'fake value 2',
37 }, 37 },
38 'compiler': 'xcodebuild', 38 'compiler': 'ninja',
39 'configuration': 'Debug', 39 'configuration': 'Debug',
40 'sdk': 'iphonesimulator8.0', 40 'sdk': 'iphonesimulator8.0',
41 'tests': [ 41 'tests': [
42 { 42 {
43 'app': 'fake tests', 43 'app': 'fake tests',
44 'device type': 'fake device', 44 'device type': 'fake device',
45 'os': '8.1', 45 'os': '8.1',
46 }, 46 },
47 ], 47 ],
48 }) 48 })
(...skipping 26 matching lines...) Expand all
75 'xcode version': 'fake xcode version', 75 'xcode version': 'fake xcode version',
76 'GYP_DEFINES': { 76 'GYP_DEFINES': {
77 'fake gyp define 1': 'fake value 1', 77 'fake gyp define 1': 'fake value 1',
78 'fake gyp define 2': 'fake value 2', 78 'fake gyp define 2': 'fake value 2',
79 }, 79 },
80 'compiler': 'xcodebuild', 80 'compiler': 'xcodebuild',
81 'configuration': 'Debug', 81 'configuration': 'Debug',
82 'sdk': 'iphonesimulator8.0', 82 'sdk': 'iphonesimulator8.0',
83 }) 83 })
84 ) 84 )
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/ios/api.py ('k') | scripts/slave/recipes/ios/try.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698