Lines Matching refs:step
19 'recipe_engine/step',
35 lines = api.step(
69 sysroot = '--sysroot=%s' % api.step(
103 with api.step.nest('git'), api.context(infra_steps=True):
104 api.step('init', ['git', 'init', src_dir])
112 api.step('fetch', ['git', 'fetch', '--tags', repository, ref])
113 api.step('checkout', ['git', 'checkout', 'FETCH_HEAD'])
114 revision = api.step(
118 api.step('fetch %s/%s' % (change.change, change.patchset), [
123 api.step('checkout %s/%s' % (change.change, change.patchset),
196 with api.step.nest('jemalloc'):
197 api.step('init', ['git', 'init', jemalloc_src_dir])
199 api.step(
202 api.step('checkout', ['git', 'checkout', 'FETCH_HEAD'])
203 api.step('autoconf', ['autoconf'])
229 api.step('prepare %s build' % platform, ['mkdir', '-p', jemalloc_build_dir])
231 with api.step.nest('build jemalloc-' + platform), api.context(
233 api.step(
244 api.step('build', ['make', '-j%d' % api.platform.cpu_count, 'build_lib_static'])
250 with api.step.nest(config['name']):
253 with api.step.nest(target.platform), api.context(
261 api.step('generate',
265 api.step('build',
270 api.step('test', [src_dir.join('out', 'gn_unittests')])
275 with api.step.nest('upload'):
304 api.step('Package is up-to-date', cmd=None)