xref: /third_party/skia/infra/bots/recipe_modules/doxygen/examples/full.py
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/skia/infra/bots/recipe_modules/doxygen/examples/
1cb93a386Sopenharmony_ci# Copyright 2018 The Chromium Authors. All rights reserved.
2cb93a386Sopenharmony_ci# Use of this source code is governed by a BSD-style license that can be
3cb93a386Sopenharmony_ci# found in the LICENSE file.
4cb93a386Sopenharmony_ci
5cb93a386Sopenharmony_ciPYTHON_VERSION_COMPATIBILITY = "PY2+3"
6cb93a386Sopenharmony_ci
7cb93a386Sopenharmony_ciDEPS = [
8cb93a386Sopenharmony_ci  'doxygen',
9cb93a386Sopenharmony_ci  'recipe_engine/path',
10cb93a386Sopenharmony_ci  'recipe_engine/properties',
11cb93a386Sopenharmony_ci  'vars',
12cb93a386Sopenharmony_ci]
13cb93a386Sopenharmony_ci
14cb93a386Sopenharmony_ci
15cb93a386Sopenharmony_cidef RunSteps(api):
16cb93a386Sopenharmony_ci  api.vars.setup()
17cb93a386Sopenharmony_ci  api.doxygen.generate_and_upload(api.path['start_dir'])
18cb93a386Sopenharmony_ci
19cb93a386Sopenharmony_ci
20cb93a386Sopenharmony_cidef GenTests(api):
21cb93a386Sopenharmony_ci  yield (
22cb93a386Sopenharmony_ci      api.test('doxygen') +
23cb93a386Sopenharmony_ci      api.properties(buildername='Housekeeper-PerCommit',
24cb93a386Sopenharmony_ci                     repository='https://skia.googlesource.com/skia.git',
25cb93a386Sopenharmony_ci                     revision='abc123',
26cb93a386Sopenharmony_ci                     path_config='kitchen',
27cb93a386Sopenharmony_ci                     swarm_out_dir='[SWARM_OUT_DIR]')
28cb93a386Sopenharmony_ci  )
29

Indexes created Thu Nov 07 10:32:03 CST 2024