Skip to content

Commit

Permalink
Sync master
Browse files Browse the repository at this point in the history
This commit was automatically generated by the upstream build.

Upstream-Commit: eff5df1f41c665ea7cac799396042e4f406ef09a
  • Loading branch information
Travis CI User committed May 13, 2021
1 parent 6fdb65e commit 9222cdf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bits/configbits.py
Expand Up @@ -6,6 +6,14 @@
# Specify structure for custom cmake functions
additional_commands = { 'cc_binary': { 'flags': ['ADD_RUNTARGET'],
'kwargs': { 'DEPS': '*',
'INC': { 'kwargs': { 'INTERFACE': '*',
'PRIVATE': '*',
'PUBLIC': '*'},
'pargs': 0},
'LIBDIRS': { 'kwargs': { 'INTERFACE': '*',
'PRIVATE': '*',
'PUBLIC': '*'},
'pargs': '*'},
'PKGDEPS': '*',
'PROPERTIES': { 'kwargs': { 'EXPORT_NAME': 1,
'OUTPUT_NAME': 1}},
Expand Down Expand Up @@ -62,6 +70,7 @@
'pargs': '+'},
'create_debian_binary_packages': { 'kwargs': {'DEPS': '*', 'OUTPUTS': '*'},
'pargs': [3, '+']},
'create_debian_depsrepo': {'pargs': [3, '+']},
'create_debian_packages': { 'kwargs': {'DEPS': '*', 'OUTPUTS': '*'},
'pargs': [ { 'flags': ['FORCE_PBUILDER'],
'nargs': '+'}]},
Expand All @@ -75,6 +84,7 @@
'PY': '*',
'SHELL': '*'}},
'get_debs': {'pargs': [3, '*']},
'gresource': {'kwargs': {'DEPENDS': '+', 'SRCDIR': 1}, 'pargs': 2},
'gtk_doc_add_module': { 'kwargs': { 'FIXREFOPTS': '*',
'IGNOREHEADERS': '*',
'LIBRARIES': '*',
Expand All @@ -94,8 +104,20 @@
'STAGE': 1}},
'tangent_addtest': { 'kwargs': { 'COMMAND': '+',
'CONFIGURATIONS': '+',
'DEPENDS': '+',
'LABELS': '+',
'NAME': 1,
'WORKING_DIRECTORY': 1}},
'tangent_extract_svg': {'kwargs': {'EXPORT': 1, 'OUTPUT': 1, 'SRC': 1}},
'tangent_fetchobj': {'kwargs': {'OUTDIR': 1}, 'pargs': 2},
'tangent_rmark_render': { 'kwargs': { 'DEPENDS': 1,
'FORMAT': 1,
'OUTPUT': 1,
'PAGENO': 1,
'UUID': 1},
'pargs': 1},
'tangent_unzip': { 'kwargs': {'OUTPUT': '1+', 'WORKING_DIRECTORY': 1},
'pargs': '1+'},
'travis_decrypt': {'kwargs': {}, 'pargs': [3]}}

# Override configurations per-command where available
Expand Down

0 comments on commit 9222cdf

Please sign in to comment.